HEX: #AB56A0
RGB: (171,86,160)
#AB56A0 enthält hauptsächlich rote und blaue Farbe. Für #AB56A0 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB56A0 wird in RGB als (171,86,160) definiert.
RGB: (171,86,160)
(67%, 34%, 63%)
R 171 von 255 = 67%
G 86 von 255 = 34%
B 160 von 255 = 63%
R + G + B ~ 55%. #AB56A0 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 86 + 160 = 417 (100%)
R 171 von 417 ~ 41.01%
G 86 von 417 ~ 20.62%
B 160 von 417 ~ 38.37'%
Die Farbe #AB56A0 wird in CMYK als (0,50,6,33) definiert.
CMYK: (0,50,6,33)
C0M50Y6K33 (0%, 50%, 6%, 33%)
(0.00 / 0.50 / 0.06 / 0.33)
Farbe #AB56A0 in den populären Farbmodellen.
AB | 56 | A0 | |
---|---|---|---|
RGB | 171 | 86 | 160 |
HSL | 308° | 33.60% | 50.39% |
HSB/HSV | 308° | 49.71% | 67.06% |
CMYK | 0.00% | 49.71% | 6.43% |
32.94% |
Die Farbe #AB56A0 in den populären Zahlensystemen.
Hexadezimal | AB | 56 | A0 |
Dezimal | 171 | 86 | 160 |
Binär | 10101011 | 1010110 | 10100000 |
Oktal | 253 | 126 | 240 |
Dunkle Töne der Farbe #AB56A0
Helle Töne der Farbe #AB56A0
Beispiele css- und html für Elemente in der Farbe #AB56A0. Bitte benutzen Sie auch rgb(171,86,160) statt hex-Code.
.myTextColor { color: #AB56A0; }
<p style="color:#AB56A0">This sample text font color is #AB56A0.</p>
Die Farbe dieses Textes ist #AB56A0.
.myBgColor { background-color: #AB56A0; }
<div style="background-color:#AB56A0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB56A0.
.myBorderColor { border: 1px solid #AB56A0; }
<div style="border:3px solid #AB56A0">Div</div>
Die Grenzen von diesem div sind in Farbe #AB56A0.
.myOpacity80 { color: #AB56A0; opacity: 0.8; }
<p style="color:#AB56A0;opacity:0.8;">80%</p>
Text in Farbe #AB56A0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB56A0;}
<p style="text-shadow: 3px 3px 1px #AB56A0">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB56A0.
.textShadow {text-shadow: 3px 3px 1px #AB56A0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB56A0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB56A0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB56A0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB56A0, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB56A0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB56A0;
-webkit-box-shadow: 1px 1px 3px 2px #AB56A0;
box-shadow: 1px 1px 3px 2px #AB56A0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB56A0; -webkit-box-shadow: 1px 1px 3px 2px #AB56A0; box-shadow:1px 1px 3px 2px #AB56A0;">
Div content here
</div>
Dieser Text ist in der Farbe #AB56A0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB56A0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB56A0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB56A0.
Kontrastfarbe für #AB56A0 ist #54A95F.