HEX: #AB6AAC
RGB: (171,106,172)
#AB6AAC enthält hauptsächlich rote und blaue Farbe. Für #AB6AAC ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6AAC wird in RGB als (171,106,172) definiert.
RGB: (171,106,172)
(67%, 42%, 67%)
R 171 von 255 = 67%
G 106 von 255 = 42%
B 172 von 255 = 67%
R + G + B ~ 59%. #AB6AAC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 106 + 172 = 449 (100%)
R 171 von 449 ~ 38.08%
G 106 von 449 ~ 23.61%
B 172 von 449 ~ 38.31'%
Die Farbe #AB6AAC wird in CMYK als (1,38,0,33) definiert.
CMYK: (1,38,0,33)
C1M38Y0K33 (1%, 38%, 0%, 33%)
(0.01 / 0.38 / 0.00 / 0.33)
Farbe #AB6AAC in den populären Farbmodellen.
AB | 6A | AC | |
---|---|---|---|
RGB | 171 | 106 | 172 |
HSL | 299° | 28.45% | 54.51% |
HSB/HSV | 299° | 38.37% | 67.45% |
CMYK | 0.58% | 38.37% | 0.00% |
32.55% |
Die Farbe #AB6AAC in den populären Zahlensystemen.
Hexadezimal | AB | 6A | AC |
Dezimal | 171 | 106 | 172 |
Binär | 10101011 | 1101010 | 10101100 |
Oktal | 253 | 152 | 254 |
Dunkle Töne der Farbe #AB6AAC
Helle Töne der Farbe #AB6AAC
Beispiele css- und html für Elemente in der Farbe #AB6AAC. Bitte benutzen Sie auch rgb(171,106,172) statt hex-Code.
.myTextColor { color: #AB6AAC; }
<p style="color:#AB6AAC">This sample text font color is #AB6AAC.</p>
Die Farbe dieses Textes ist #AB6AAC.
.myBgColor { background-color: #AB6AAC; }
<div style="background-color:#AB6AAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6AAC.
.myBorderColor { border: 1px solid #AB6AAC; }
<div style="border:3px solid #AB6AAC">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6AAC.
.myOpacity80 { color: #AB6AAC; opacity: 0.8; }
<p style="color:#AB6AAC;opacity:0.8;">80%</p>
Text in Farbe #AB6AAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6AAC;}
<p style="text-shadow: 3px 3px 1px #AB6AAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6AAC.
.textShadow {text-shadow: 3px 3px 1px #AB6AAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6AAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6AAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6AAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6AAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6AAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6AAC;
-webkit-box-shadow: 1px 1px 3px 2px #AB6AAC;
box-shadow: 1px 1px 3px 2px #AB6AAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6AAC; -webkit-box-shadow: 1px 1px 3px 2px #AB6AAC; box-shadow:1px 1px 3px 2px #AB6AAC;">
Div content here
</div>
Dieser Text ist in der Farbe #AB6AAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6AAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6AAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6AAC.
Kontrastfarbe für #hex ist #549553.