HEX: #A36FAD
RGB: (163,111,173)
#A36FAD enthält hauptsächlich rote und blaue Farbe. Für #A36FAD ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A36FAD wird in RGB als (163,111,173) definiert.
RGB: (163,111,173) (64%,44%,68%)
R 163 von 255 = 64%
G 111 von 255 = 44%
B 173 von 255 = 68%
R + G + B ~ 59%. #A36FAD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
163 + 111 + 173 = 447 (100%)
R 163 von 447 ~ 36.47%
G 111 von 447 ~ 24.83%
B 173 von 447 ~ 38.7%
Die Farbe #A36FAD wird in CMYK als (6,36,0,32) definiert.
CMYK: (6,36,0,32) C6M36Y0K32 (6%,36%,0%,32%) (0.06/0.36/0.00/0.32)
A3 | 6F | AD | |
---|---|---|---|
RGB | 163 | 111 | 173 |
HSL | 290° | 27.43% | 55.69% |
HSB/HSV | 290° | 35.84% | 67.84% |
CMYK | 5.78% | 35.84% | 0.00% |
32.16% |
Hexadezimal | A3 | 6F | AD |
Dezimal | 163 | 111 | 173 |
Binär | 10100011 | 1101111 | 10101101 |
Oktal | 243 | 157 | 255 |
Beispiele css- und html für Elemente in der Farbe #A36FAD. Bitte benutzen Sie auch rgb(163,111,173) statt hex-Code.
.myTextColor { color: #A36FAD; }
<p style="color:#A36FAD">This sample text font color is #A36FAD.</p>
Die Farbe dieses Textes ist #A36FAD.
.myBgColor { background-color: #A36FAD; }
<div style="background-color:#A36FAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A36FAD.
.myBorderColor { border: 1px solid #A36FAD; }
<div style="border:3px solid #A36FAD">Div</div>
Die Grenzen von diesem div sind in Farbe #A36FAD.
.myOpacity80 { color: #A36FAD; opacity: 0.8; }
<p style="color:#A36FAD;opacity:0.8;">80%</p>
Text in Farbe #A36FAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A36FAD;}
<p style="text-shadow: 3px 3px 1px #A36FAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #A36FAD.
.textShadow {text-shadow: 3px 3px 1px #A36FAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A36FAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A36FAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A36FAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A36FAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A36FAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A36FAD; -webkit-box-shadow: 1px 1px 3px 2px #A36FAD; box-shadow: 1px 1px 3px 2px #A36FAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A36FAD; -webkit-box-shadow: 1px 1px 3px 2px #A36FAD; box-shadow:1px 1px 3px 2px #A36FAD;">
Div content here</div>
Dieser Text ist in der Farbe #A36FAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A36FAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A36FAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A36FAD.