HEX: #A37FBD
RGB: (163,127,189)
#A37FBD enthält hauptsächlich rote und blaue Farbe. Für #A37FBD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #A37FBD wird in RGB als (163,127,189) definiert.
RGB: (163,127,189) (64%,50%,74%)
R 163 von 255 = 64%
G 127 von 255 = 50%
B 189 von 255 = 74%
R + G + B ~ 63%. #A37FBD ziemlich helle Farbe.
R + G + B =
163 + 127 + 189 = 479 (100%)
R 163 von 479 ~ 34.03%
G 127 von 479 ~ 26.51%
B 189 von 479 ~ 39.46%
Die Farbe #A37FBD wird in CMYK als (14,33,0,26) definiert.
CMYK: (14,33,0,26) C14M33Y0K26 (14%,33%,0%,26%) (0.14/0.33/0.00/0.26)
A3 | 7F | BD | |
---|---|---|---|
RGB | 163 | 127 | 189 |
HSL | 275° | 31.96% | 61.96% |
HSB/HSV | 275° | 32.80% | 74.12% |
CMYK | 13.76% | 32.80% | 0.00% |
25.88% |
Hexadezimal | A3 | 7F | BD |
Dezimal | 163 | 127 | 189 |
Binär | 10100011 | 1111111 | 10111101 |
Oktal | 243 | 177 | 275 |
Beispiele css- und html für Elemente in der Farbe #A37FBD. Bitte benutzen Sie auch rgb(163,127,189) statt hex-Code.
.myTextColor { color: #A37FBD; }
<p style="color:#A37FBD">This sample text font color is #A37FBD.</p>
Die Farbe dieses Textes ist #A37FBD.
.myBgColor { background-color: #A37FBD; }
<div style="background-color:#A37FBD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A37FBD.
.myBorderColor { border: 1px solid #A37FBD; }
<div style="border:3px solid #A37FBD">Div</div>
Die Grenzen von diesem div sind in Farbe #A37FBD.
.myOpacity80 { color: #A37FBD; opacity: 0.8; }
<p style="color:#A37FBD;opacity:0.8;">80%</p>
Text in Farbe #A37FBD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37FBD;}
<p style="text-shadow: 3px 3px 1px #A37FBD">Text here.</p>
Dieser Text hat den Schatten in Farbe #A37FBD.
.textShadow {text-shadow: 3px 3px 1px #A37FBD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37FBD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A37FBD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37FBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37FBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37FBD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A37FBD; -webkit-box-shadow: 1px 1px 3px 2px #A37FBD; box-shadow: 1px 1px 3px 2px #A37FBD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A37FBD; -webkit-box-shadow: 1px 1px 3px 2px #A37FBD; box-shadow:1px 1px 3px 2px #A37FBD;">
Div content here</div>
Dieser Text ist in der Farbe #A37FBD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A37FBD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A37FBD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A37FBD.