HEX: #A37CBF
RGB: (163,124,191)
#A37CBF enthält hauptsächlich rote und blaue Farbe. Für #A37CBF ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #A37CBF wird in RGB als (163,124,191) definiert.
RGB: (163,124,191)
(64%, 49%, 75%)
R 163 von 255 = 64%
G 124 von 255 = 49%
B 191 von 255 = 75%
R + G + B ~ 63%. #A37CBF ziemlich helle Farbe.
R + G + B = 163 + 124 + 191 = 478 (100%)
R 163 von 478 ~ 34.1%
G 124 von 478 ~ 25.94%
B 191 von 478 ~ 39.96'%
Die Farbe #A37CBF wird in CMYK als (15,35,0,25) definiert.
CMYK: (15,35,0,25)
C15M35Y0K25 (15%, 35%, 0%, 25%)
(0.15 / 0.35 / 0.00 / 0.25)
Farbe #A37CBF in den populären Farbmodellen.
A3 | 7C | BF | |
---|---|---|---|
RGB | 163 | 124 | 191 |
HSL | 275° | 34.36% | 61.76% |
HSB/HSV | 275° | 35.08% | 74.90% |
CMYK | 14.66% | 35.08% | 0.00% |
25.10% |
Die Farbe #A37CBF in den populären Zahlensystemen.
Hexadezimal | A3 | 7C | BF |
Dezimal | 163 | 124 | 191 |
Binär | 10100011 | 1111100 | 10111111 |
Oktal | 243 | 174 | 277 |
Dunkle Töne der Farbe #A37CBF
Helle Töne der Farbe #A37CBF
Beispiele css- und html für Elemente in der Farbe #A37CBF. Bitte benutzen Sie auch rgb(163,124,191) statt hex-Code.
.myTextColor { color: #A37CBF; }
<p style="color:#A37CBF">This sample text font color is #A37CBF.</p>
Die Farbe dieses Textes ist #A37CBF.
.myBgColor { background-color: #A37CBF; }
<div style="background-color:#A37CBF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A37CBF.
.myBorderColor { border: 1px solid #A37CBF; }
<div style="border:3px solid #A37CBF">Div</div>
Die Grenzen von diesem div sind in Farbe #A37CBF.
.myOpacity80 { color: #A37CBF; opacity: 0.8; }
<p style="color:#A37CBF;opacity:0.8;">80%</p>
Text in Farbe #A37CBF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37CBF;}
<p style="text-shadow: 3px 3px 1px #A37CBF">Text here.</p>
Dieser Text hat den Schatten in Farbe #A37CBF.
.textShadow {text-shadow: 3px 3px 1px #A37CBF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37CBF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A37CBF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37CBF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37CBF, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37CBF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A37CBF;
-webkit-box-shadow: 1px 1px 3px 2px #A37CBF;
box-shadow: 1px 1px 3px 2px #A37CBF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37CBF; -webkit-box-shadow: 1px 1px 3px 2px #A37CBF; box-shadow:1px 1px 3px 2px #A37CBF;">
Div content here
</div>
Dieser Text ist in der Farbe #A37CBF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A37CBF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A37CBF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A37CBF.
Kontrastfarbe für #hex ist #5C8340.