HEX: #AB83AB
RGB: (171,131,171)
#AB83AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB83AB ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AB83AB wird in RGB als (171,131,171) definiert.
RGB: (171,131,171)
(67%, 51%, 67%)
R 171 von 255 = 67%
G 131 von 255 = 51%
B 171 von 255 = 67%
R + G + B ~ 62%. #AB83AB ziemlich helle Farbe.
R + G + B = 171 + 131 + 171 = 473 (100%)
R 171 von 473 ~ 36.15%
G 131 von 473 ~ 27.7%
B 171 von 473 ~ 36.15'%
Die Farbe #AB83AB wird in CMYK als (0,23,0,33) definiert.
CMYK: (0,23,0,33)
C0M23Y0K33 (0%, 23%, 0%, 33%)
(0.00 / 0.23 / 0.00 / 0.33)
Farbe #AB83AB in den populären Farbmodellen.
AB | 83 | AB | |
---|---|---|---|
RGB | 171 | 131 | 171 |
HSL | 300° | 19.23% | 59.22% |
HSB/HSV | 300° | 23.39% | 67.06% |
CMYK | 0.00% | 23.39% | 0.00% |
32.94% |
Die Farbe #AB83AB in den populären Zahlensystemen.
Hexadezimal | AB | 83 | AB |
Dezimal | 171 | 131 | 171 |
Binär | 10101011 | 10000011 | 10101011 |
Oktal | 253 | 203 | 253 |
Dunkle Töne der Farbe #AB83AB
Helle Töne der Farbe #AB83AB
Beispiele css- und html für Elemente in der Farbe #AB83AB. Bitte benutzen Sie auch rgb(171,131,171) statt hex-Code.
.myTextColor { color: #AB83AB; }
<p style="color:#AB83AB">This sample text font color is #AB83AB.</p>
Die Farbe dieses Textes ist #AB83AB.
.myBgColor { background-color: #AB83AB; }
<div style="background-color:#AB83AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB83AB.
.myBorderColor { border: 1px solid #AB83AB; }
<div style="border:3px solid #AB83AB">Div</div>
Die Grenzen von diesem div sind in Farbe #AB83AB.
.myOpacity80 { color: #AB83AB; opacity: 0.8; }
<p style="color:#AB83AB;opacity:0.8;">80%</p>
Text in Farbe #AB83AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB83AB;}
<p style="text-shadow: 3px 3px 1px #AB83AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB83AB.
.textShadow {text-shadow: 3px 3px 1px #AB83AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB83AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB83AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB83AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB83AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB83AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB83AB;
-webkit-box-shadow: 1px 1px 3px 2px #AB83AB;
box-shadow: 1px 1px 3px 2px #AB83AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB83AB; -webkit-box-shadow: 1px 1px 3px 2px #AB83AB; box-shadow:1px 1px 3px 2px #AB83AB;">
Div content here
</div>
Dieser Text ist in der Farbe #AB83AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB83AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB83AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB83AB.
Kontrastfarbe für #hex ist #547C54.