HEX: #A491AB
RGB: (164,145,171)
#A491AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A491AB ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A491AB wird in RGB als (164,145,171) definiert.
RGB: (164,145,171) (64%,57%,67%)
R 164 von 255 = 64%
G 145 von 255 = 57%
B 171 von 255 = 67%
R + G + B ~ 63%. #A491AB ziemlich helle Farbe.
R + G + B =
164 + 145 + 171 = 480 (100%)
R 164 von 480 ~ 34.17%
G 145 von 480 ~ 30.21%
B 171 von 480 ~ 35.63%
Die Farbe #A491AB wird in CMYK als (4,15,0,33) definiert.
CMYK: (4,15,0,33) C4M15Y0K33 (4%,15%,0%,33%) (0.04/0.15/0.00/0.33)
A4 | 91 | AB | |
---|---|---|---|
RGB | 164 | 145 | 171 |
HSL | 284° | 13.40% | 61.96% |
HSB/HSV | 284° | 15.20% | 67.06% |
CMYK | 4.09% | 15.20% | 0.00% |
32.94% |
Hexadezimal | A4 | 91 | AB |
Dezimal | 164 | 145 | 171 |
Binär | 10100100 | 10010001 | 10101011 |
Oktal | 244 | 221 | 253 |
Beispiele css- und html für Elemente in der Farbe #A491AB. Bitte benutzen Sie auch rgb(164,145,171) statt hex-Code.
.myTextColor { color: #A491AB; }
<p style="color:#A491AB">This sample text font color is #A491AB.</p>
Die Farbe dieses Textes ist #A491AB.
.myBgColor { background-color: #A491AB; }
<div style="background-color:#A491AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A491AB.
.myBorderColor { border: 1px solid #A491AB; }
<div style="border:3px solid #A491AB">Div</div>
Die Grenzen von diesem div sind in Farbe #A491AB.
.myOpacity80 { color: #A491AB; opacity: 0.8; }
<p style="color:#A491AB;opacity:0.8;">80%</p>
Text in Farbe #A491AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A491AB;}
<p style="text-shadow: 3px 3px 1px #A491AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A491AB.
.textShadow {text-shadow: 3px 3px 1px #A491AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A491AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A491AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A491AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A491AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A491AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A491AB; -webkit-box-shadow: 1px 1px 3px 2px #A491AB; box-shadow: 1px 1px 3px 2px #A491AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A491AB; -webkit-box-shadow: 1px 1px 3px 2px #A491AB; box-shadow:1px 1px 3px 2px #A491AB;">
Div content here</div>
Dieser Text ist in der Farbe #A491AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A491AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A491AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A491AB.