HEX: #AFA0DB
RGB: (175,160,219)
#AFA0DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AFA0DB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AFA0DB wird in RGB als (175,160,219) definiert.
RGB: (175,160,219) (69%,63%,86%)
R 175 von 255 = 69%
G 160 von 255 = 63%
B 219 von 255 = 86%
R + G + B ~ 73%. #AFA0DB ziemlich helle Farbe.
R + G + B =
175 + 160 + 219 = 554 (100%)
R 175 von 554 ~ 31.59%
G 160 von 554 ~ 28.88%
B 219 von 554 ~ 39.53%
Die Farbe #AFA0DB wird in CMYK als (20,27,0,14) definiert.
CMYK: (20,27,0,14) C20M27Y0K14 (20%,27%,0%,14%) (0.20/0.27/0.00/0.14)
AF | A0 | DB | |
---|---|---|---|
RGB | 175 | 160 | 219 |
HSL | 255° | 45.04% | 74.31% |
HSB/HSV | 255° | 26.94% | 85.88% |
CMYK | 20.09% | 26.94% | 0.00% |
14.12% |
Hexadezimal | AF | A0 | DB |
Dezimal | 175 | 160 | 219 |
Binär | 10101111 | 10100000 | 11011011 |
Oktal | 257 | 240 | 333 |
Beispiele css- und html für Elemente in der Farbe #AFA0DB. Bitte benutzen Sie auch rgb(175,160,219) statt hex-Code.
.myTextColor { color: #AFA0DB; }
<p style="color:#AFA0DB">This sample text font color is #AFA0DB.</p>
Die Farbe dieses Textes ist #AFA0DB.
.myBgColor { background-color: #AFA0DB; }
<div style="background-color:#AFA0DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AFA0DB.
.myBorderColor { border: 1px solid #AFA0DB; }
<div style="border:3px solid #AFA0DB">Div</div>
Die Grenzen von diesem div sind in Farbe #AFA0DB.
.myOpacity80 { color: #AFA0DB; opacity: 0.8; }
<p style="color:#AFA0DB;opacity:0.8;">80%</p>
Text in Farbe #AFA0DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFA0DB;}
<p style="text-shadow: 3px 3px 1px #AFA0DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AFA0DB.
.textShadow {text-shadow: 3px 3px 1px #AFA0DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFA0DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AFA0DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFA0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFA0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFA0DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AFA0DB; -webkit-box-shadow: 1px 1px 3px 2px #AFA0DB; box-shadow: 1px 1px 3px 2px #AFA0DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AFA0DB; -webkit-box-shadow: 1px 1px 3px 2px #AFA0DB; box-shadow:1px 1px 3px 2px #AFA0DB;">
Div content here</div>
Dieser Text ist in der Farbe #AFA0DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AFA0DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AFA0DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AFA0DB.