HEX: #AB7496
RGB: (171,116,150)
#AB7496 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB7496 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB7496 wird in RGB als (171,116,150) definiert.
RGB: (171,116,150)
(67%, 45%, 59%)
R 171 von 255 = 67%
G 116 von 255 = 45%
B 150 von 255 = 59%
R + G + B ~ 57%. #AB7496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 116 + 150 = 437 (100%)
R 171 von 437 ~ 39.13%
G 116 von 437 ~ 26.54%
B 150 von 437 ~ 34.32'%
Die Farbe #AB7496 wird in CMYK als (0,32,12,33) definiert.
CMYK: (0,32,12,33)
C0M32Y12K33 (0%, 32%, 12%, 33%)
(0.00 / 0.32 / 0.12 / 0.33)
Farbe #AB7496 in den populären Farbmodellen.
AB | 74 | 96 | |
---|---|---|---|
RGB | 171 | 116 | 150 |
HSL | 323° | 24.66% | 56.27% |
HSB/HSV | 323° | 32.16% | 67.06% |
CMYK | 0.00% | 32.16% | 12.28% |
32.94% |
Die Farbe #AB7496 in den populären Zahlensystemen.
Hexadezimal | AB | 74 | 96 |
Dezimal | 171 | 116 | 150 |
Binär | 10101011 | 1110100 | 10010110 |
Oktal | 253 | 164 | 226 |
Dunkle Töne der Farbe #AB7496
Helle Töne der Farbe #AB7496
Beispiele css- und html für Elemente in der Farbe #AB7496. Bitte benutzen Sie auch rgb(171,116,150) statt hex-Code.
.myTextColor { color: #AB7496; }
<p style="color:#AB7496">This sample text font color is #AB7496.</p>
Die Farbe dieses Textes ist #AB7496.
.myBgColor { background-color: #AB7496; }
<div style="background-color:#AB7496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7496.
.myBorderColor { border: 1px solid #AB7496; }
<div style="border:3px solid #AB7496">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7496.
.myOpacity80 { color: #AB7496; opacity: 0.8; }
<p style="color:#AB7496;opacity:0.8;">80%</p>
Text in Farbe #AB7496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7496;}
<p style="text-shadow: 3px 3px 1px #AB7496">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7496.
.textShadow {text-shadow: 3px 3px 1px #AB7496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7496, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7496;
-webkit-box-shadow: 1px 1px 3px 2px #AB7496;
box-shadow: 1px 1px 3px 2px #AB7496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7496; -webkit-box-shadow: 1px 1px 3px 2px #AB7496; box-shadow:1px 1px 3px 2px #AB7496;">
Div content here
</div>
Dieser Text ist in der Farbe #AB7496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7496.
Kontrastfarbe für #hex ist #548B69.