HEX: #AB6AC5
RGB: (171,106,197)
#AB6AC5 enthält hauptsächlich rote und blaue Farbe. Für #AB6AC5 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB6AC5 wird in RGB als (171,106,197) definiert.
RGB: (171,106,197) (67%,42%,77%)
R 171 von 255 = 67%
G 106 von 255 = 42%
B 197 von 255 = 77%
R + G + B ~ 62%. #AB6AC5 ziemlich helle Farbe.
R + G + B =
171 + 106 + 197 = 474 (100%)
R 171 von 474 ~ 36.08%
G 106 von 474 ~ 22.36%
B 197 von 474 ~ 41.56%
Die Farbe #AB6AC5 wird in CMYK als (13,46,0,23) definiert.
CMYK: (13,46,0,23) C13M46Y0K23 (13%,46%,0%,23%) (0.13/0.46/0.00/0.23)
AB | 6A | C5 | |
---|---|---|---|
RGB | 171 | 106 | 197 |
HSL | 283° | 43.96% | 59.41% |
HSB/HSV | 283° | 46.19% | 77.25% |
CMYK | 13.20% | 46.19% | 0.00% |
22.75% |
Hexadezimal | AB | 6A | C5 |
Dezimal | 171 | 106 | 197 |
Binär | 10101011 | 1101010 | 11000101 |
Oktal | 253 | 152 | 305 |
Beispiele css- und html für Elemente in der Farbe #AB6AC5. Bitte benutzen Sie auch rgb(171,106,197) statt hex-Code.
.myTextColor { color: #AB6AC5; }
<p style="color:#AB6AC5">This sample text font color is #AB6AC5.</p>
Die Farbe dieses Textes ist #AB6AC5.
.myBgColor { background-color: #AB6AC5; }
<div style="background-color:#AB6AC5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6AC5.
.myBorderColor { border: 1px solid #AB6AC5; }
<div style="border:3px solid #AB6AC5">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6AC5.
.myOpacity80 { color: #AB6AC5; opacity: 0.8; }
<p style="color:#AB6AC5;opacity:0.8;">80%</p>
Text in Farbe #AB6AC5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6AC5;}
<p style="text-shadow: 3px 3px 1px #AB6AC5">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6AC5.
.textShadow {text-shadow: 3px 3px 1px #AB6AC5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6AC5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6AC5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6AC5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6AC5, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6AC5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB6AC5; -webkit-box-shadow: 1px 1px 3px 2px #AB6AC5; box-shadow: 1px 1px 3px 2px #AB6AC5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB6AC5; -webkit-box-shadow: 1px 1px 3px 2px #AB6AC5; box-shadow:1px 1px 3px 2px #AB6AC5;">
Div content here</div>
Dieser Text ist in der Farbe #AB6AC5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6AC5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6AC5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6AC5.