HEX: #A476AB
RGB: (164,118,171)
#A476AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A476AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A476AB wird in RGB als (164,118,171) definiert.
RGB: (164,118,171)
(64%, 46%, 67%)
R 164 von 255 = 64%
G 118 von 255 = 46%
B 171 von 255 = 67%
R + G + B ~ 59%. #A476AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 164 + 118 + 171 = 453 (100%)
R 164 von 453 ~ 36.2%
G 118 von 453 ~ 26.05%
B 171 von 453 ~ 37.75'%
Die Farbe #A476AB wird in CMYK als (4,31,0,33) definiert.
CMYK: (4,31,0,33) C4M31Y0K33 (4%,31%,0%,33%) (0.04/0.31/0.00/0.33)
Farbe #A476AB in den populären Farbmodellen.
A4 | 76 | AB | |
---|---|---|---|
RGB | 164 | 118 | 171 |
HSL | 292° | 23.98% | 56.67% |
HSB/HSV | 292° | 30.99% | 67.06% |
CMYK | 4.09% | 30.99% | 0.00% |
32.94% |
Die Farbe #A476AB in den populären Zahlensystemen.
Hexadezimal | A4 | 76 | AB |
Dezimal | 164 | 118 | 171 |
Binär | 10100100 | 1110110 | 10101011 |
Oktal | 244 | 166 | 253 |
Dunkle Töne der Farbe #A476AB
Helle Töne der Farbe #A476AB
Beispiele css- und html für Elemente in der Farbe #A476AB. Bitte benutzen Sie auch rgb(164,118,171) statt hex-Code.
.myTextColor { color: #A476AB; }
<p style="color:#A476AB">This sample text font color is #A476AB.</p>
Die Farbe dieses Textes ist #A476AB.
.myBgColor { background-color: #A476AB; }
<div style="background-color:#A476AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A476AB.
.myBorderColor { border: 1px solid #A476AB; }
<div style="border:3px solid #A476AB">Div</div>
Die Grenzen von diesem div sind in Farbe #A476AB.
.myOpacity80 { color: #A476AB; opacity: 0.8; }
<p style="color:#A476AB;opacity:0.8;">80%</p>
Text in Farbe #A476AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A476AB;}
<p style="text-shadow: 3px 3px 1px #A476AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A476AB.
.textShadow {text-shadow: 3px 3px 1px #A476AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A476AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A476AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A476AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A476AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A476AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A476AB;
-webkit-box-shadow: 1px 1px 3px 2px #A476AB;
box-shadow: 1px 1px 3px 2px #A476AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A476AB; -webkit-box-shadow: 1px 1px 3px 2px #A476AB; box-shadow:1px 1px 3px 2px #A476AB;">
Div content here
</div>
Dieser Text ist in der Farbe #A476AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A476AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A476AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A476AB.
Kontrastfarbe für #hex ist #5B8954.