HEX: #A47AA0
RGB: (164,122,160)
#A47AA0 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A47AA0 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A47AA0 wird in RGB als (164,122,160) definiert.
RGB: (164,122,160) (64%,48%,63%)
R 164 von 255 = 64%
G 122 von 255 = 48%
B 160 von 255 = 63%
R + G + B ~ 58%. #A47AA0 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
164 + 122 + 160 = 446 (100%)
R 164 von 446 ~ 36.77%
G 122 von 446 ~ 27.35%
B 160 von 446 ~ 35.87%
Die Farbe #A47AA0 wird in CMYK als (0,26,2,36) definiert.
CMYK: (0,26,2,36) C0M26Y2K36 (0%,26%,2%,36%) (0.00/0.26/0.02/0.36)
A4 | 7A | A0 | |
---|---|---|---|
RGB | 164 | 122 | 160 |
HSL | 306° | 18.75% | 56.08% |
HSB/HSV | 306° | 25.61% | 64.31% |
CMYK | 0.00% | 25.61% | 2.44% |
35.69% |
Hexadezimal | A4 | 7A | A0 |
Dezimal | 164 | 122 | 160 |
Binär | 10100100 | 1111010 | 10100000 |
Oktal | 244 | 172 | 240 |
Beispiele css- und html für Elemente in der Farbe #A47AA0. Bitte benutzen Sie auch rgb(164,122,160) statt hex-Code.
.myTextColor { color: #A47AA0; }
<p style="color:#A47AA0">This sample text font color is #A47AA0.</p>
Die Farbe dieses Textes ist #A47AA0.
.myBgColor { background-color: #A47AA0; }
<div style="background-color:#A47AA0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A47AA0.
.myBorderColor { border: 1px solid #A47AA0; }
<div style="border:3px solid #A47AA0">Div</div>
Die Grenzen von diesem div sind in Farbe #A47AA0.
.myOpacity80 { color: #A47AA0; opacity: 0.8; }
<p style="color:#A47AA0;opacity:0.8;">80%</p>
Text in Farbe #A47AA0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47AA0;}
<p style="text-shadow: 3px 3px 1px #A47AA0">Text here.</p>
Dieser Text hat den Schatten in Farbe #A47AA0.
.textShadow {text-shadow: 3px 3px 1px #A47AA0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47AA0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A47AA0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47AA0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47AA0, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47AA0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A47AA0; -webkit-box-shadow: 1px 1px 3px 2px #A47AA0; box-shadow: 1px 1px 3px 2px #A47AA0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A47AA0; -webkit-box-shadow: 1px 1px 3px 2px #A47AA0; box-shadow:1px 1px 3px 2px #A47AA0;">
Div content here</div>
Dieser Text ist in der Farbe #A47AA0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A47AA0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A47AA0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A47AA0.