HEX: #AB6EAA
RGB: (171,110,170)
#AB6EAA enthält hauptsächlich rote und blaue Farbe. Für #AB6EAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6EAA wird in RGB als (171,110,170) definiert.
RGB: (171,110,170)
(67%, 43%, 67%)
R 171 von 255 = 67%
G 110 von 255 = 43%
B 170 von 255 = 67%
R + G + B ~ 59%. #AB6EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 110 + 170 = 451 (100%)
R 171 von 451 ~ 37.92%
G 110 von 451 ~ 24.39%
B 170 von 451 ~ 37.69'%
Die Farbe #AB6EAA wird in CMYK als (0,36,1,33) definiert.
CMYK: (0,36,1,33) C0M36Y1K33 (0%,36%,1%,33%) (0.00/0.36/0.01/0.33)
Farbe #AB6EAA in den populären Farbmodellen.
AB | 6E | AA | |
---|---|---|---|
RGB | 171 | 110 | 170 |
HSL | 301° | 26.64% | 55.10% |
HSB/HSV | 301° | 35.67% | 67.06% |
CMYK | 0.00% | 35.67% | 0.58% |
32.94% |
Die Farbe #AB6EAA in den populären Zahlensystemen.
Hexadezimal | AB | 6E | AA |
Dezimal | 171 | 110 | 170 |
Binär | 10101011 | 1101110 | 10101010 |
Oktal | 253 | 156 | 252 |
Dunkle Töne der Farbe #AB6EAA
Helle Töne der Farbe #AB6EAA
Beispiele css- und html für Elemente in der Farbe #AB6EAA. Bitte benutzen Sie auch rgb(171,110,170) statt hex-Code.
.myTextColor { color: #AB6EAA; }
<p style="color:#AB6EAA">This sample text font color is #AB6EAA.</p>
Die Farbe dieses Textes ist #AB6EAA.
.myBgColor { background-color: #AB6EAA; }
<div style="background-color:#AB6EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6EAA.
.myBorderColor { border: 1px solid #AB6EAA; }
<div style="border:3px solid #AB6EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6EAA.
.myOpacity80 { color: #AB6EAA; opacity: 0.8; }
<p style="color:#AB6EAA;opacity:0.8;">80%</p>
Text in Farbe #AB6EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6EAA;}
<p style="text-shadow: 3px 3px 1px #AB6EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6EAA.
.textShadow {text-shadow: 3px 3px 1px #AB6EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6EAA;
-webkit-box-shadow: 1px 1px 3px 2px #AB6EAA;
box-shadow: 1px 1px 3px 2px #AB6EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6EAA; -webkit-box-shadow: 1px 1px 3px 2px #AB6EAA; box-shadow:1px 1px 3px 2px #AB6EAA;">
Div content here
</div>
Dieser Text ist in der Farbe #AB6EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6EAA.
Kontrastfarbe für #hex ist #549155.