HEX: #A15BAE
RGB: (161,91,174)
#A15BAE enthält hauptsächlich rote und blaue Farbe. Für #A15BAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A15BAE wird in RGB als (161,91,174) definiert.
RGB: (161,91,174) (63%,36%,68%)
R 161 von 255 = 63%
G 91 von 255 = 36%
B 174 von 255 = 68%
R + G + B ~ 56%. #A15BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
161 + 91 + 174 = 426 (100%)
R 161 von 426 ~ 37.79%
G 91 von 426 ~ 21.36%
B 174 von 426 ~ 40.85%
Die Farbe #A15BAE wird in CMYK als (7,48,0,32) definiert.
CMYK: (7,48,0,32) C7M48Y0K32 (7%,48%,0%,32%) (0.07/0.48/0.00/0.32)
A1 | 5B | AE | |
---|---|---|---|
RGB | 161 | 91 | 174 |
HSL | 291° | 33.88% | 51.96% |
HSB/HSV | 291° | 47.70% | 68.24% |
CMYK | 7.47% | 47.70% | 0.00% |
31.76% |
Hexadezimal | A1 | 5B | AE |
Dezimal | 161 | 91 | 174 |
Binär | 10100001 | 1011011 | 10101110 |
Oktal | 241 | 133 | 256 |
Beispiele css- und html für Elemente in der Farbe #A15BAE. Bitte benutzen Sie auch rgb(161,91,174) statt hex-Code.
.myTextColor { color: #A15BAE; }
<p style="color:#A15BAE">This sample text font color is #A15BAE.</p>
Die Farbe dieses Textes ist #A15BAE.
.myBgColor { background-color: #A15BAE; }
<div style="background-color:#A15BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A15BAE.
.myBorderColor { border: 1px solid #A15BAE; }
<div style="border:3px solid #A15BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #A15BAE.
.myOpacity80 { color: #A15BAE; opacity: 0.8; }
<p style="color:#A15BAE;opacity:0.8;">80%</p>
Text in Farbe #A15BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A15BAE;}
<p style="text-shadow: 3px 3px 1px #A15BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #A15BAE.
.textShadow {text-shadow: 3px 3px 1px #A15BAE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A15BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A15BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A15BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A15BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A15BAE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A15BAE; -webkit-box-shadow: 1px 1px 3px 2px #A15BAE; box-shadow: 1px 1px 3px 2px #A15BAE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A15BAE; -webkit-box-shadow: 1px 1px 3px 2px #A15BAE; box-shadow:1px 1px 3px 2px #A15BAE;">
Div content here</div>
Dieser Text ist in der Farbe #A15BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A15BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A15BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A15BAE.