HEX: #A87BAB
RGB: (168,123,171)
#A87BAB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A87BAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A87BAB wird in RGB als (168,123,171) definiert.
RGB: (168,123,171)
(66%, 48%, 67%)
R 168 von 255 = 66%
G 123 von 255 = 48%
B 171 von 255 = 67%
R + G + B ~ 60%. #A87BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 168 + 123 + 171 = 462 (100%)
R 168 von 462 ~ 36.36%
G 123 von 462 ~ 26.62%
B 171 von 462 ~ 37.01'%
Die Farbe #A87BAB wird in CMYK als (2,28,0,33) definiert.
CMYK: (2,28,0,33)
C2M28Y0K33 (2%, 28%, 0%, 33%)
(0.02 / 0.28 / 0.00 / 0.33)
Farbe #A87BAB in den populären Farbmodellen.
A8 | 7B | AB | |
---|---|---|---|
RGB | 168 | 123 | 171 |
HSL | 296° | 22.22% | 57.65% |
HSB/HSV | 296° | 28.07% | 67.06% |
CMYK | 1.75% | 28.07% | 0.00% |
32.94% |
Die Farbe #A87BAB in den populären Zahlensystemen.
Hexadezimal | A8 | 7B | AB |
Dezimal | 168 | 123 | 171 |
Binär | 10101000 | 1111011 | 10101011 |
Oktal | 250 | 173 | 253 |
Dunkle Töne der Farbe #A87BAB
Helle Töne der Farbe #A87BAB
Beispiele css- und html für Elemente in der Farbe #A87BAB. Bitte benutzen Sie auch rgb(168,123,171) statt hex-Code.
.myTextColor { color: #A87BAB; }
<p style="color:#A87BAB">This sample text font color is #A87BAB.</p>
Die Farbe dieses Textes ist #A87BAB.
.myBgColor { background-color: #A87BAB; }
<div style="background-color:#A87BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A87BAB.
.myBorderColor { border: 1px solid #A87BAB; }
<div style="border:3px solid #A87BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #A87BAB.
.myOpacity80 { color: #A87BAB; opacity: 0.8; }
<p style="color:#A87BAB;opacity:0.8;">80%</p>
Text in Farbe #A87BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A87BAB;}
<p style="text-shadow: 3px 3px 1px #A87BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A87BAB.
.textShadow {text-shadow: 3px 3px 1px #A87BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A87BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A87BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A87BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A87BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A87BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A87BAB;
-webkit-box-shadow: 1px 1px 3px 2px #A87BAB;
box-shadow: 1px 1px 3px 2px #A87BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A87BAB; -webkit-box-shadow: 1px 1px 3px 2px #A87BAB; box-shadow:1px 1px 3px 2px #A87BAB;">
Div content here
</div>
Dieser Text ist in der Farbe #A87BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A87BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A87BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A87BAB.
Kontrastfarbe für #A87BAB ist #578454.