HEX: #A53BAB
RGB: (165,59,171)
#A53BAB enthält hauptsächlich rote und blaue Farbe. Für #A53BAB ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #A53BAB wird in RGB als (165,59,171) definiert.
RGB: (165,59,171)
(65%, 23%, 67%)
R 165 von 255 = 65%
G 59 von 255 = 23%
B 171 von 255 = 67%
R + G + B ~ 52%. #A53BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 165 + 59 + 171 = 395 (100%)
R 165 von 395 ~ 41.77%
G 59 von 395 ~ 14.94%
B 171 von 395 ~ 43.29'%
Die Farbe #A53BAB wird in CMYK als (4,65,0,33) definiert.
CMYK: (4,65,0,33)
C4M65Y0K33 (4%, 65%, 0%, 33%)
(0.04 / 0.65 / 0.00 / 0.33)
Farbe #A53BAB in den populären Farbmodellen.
A5 | 3B | AB | |
---|---|---|---|
RGB | 165 | 59 | 171 |
HSL | 297° | 48.70% | 45.10% |
HSB/HSV | 297° | 65.50% | 67.06% |
CMYK | 3.51% | 65.50% | 0.00% |
32.94% |
Die Farbe #A53BAB in den populären Zahlensystemen.
Hexadezimal | A5 | 3B | AB |
Dezimal | 165 | 59 | 171 |
Binär | 10100101 | 111011 | 10101011 |
Oktal | 245 | 73 | 253 |
Dunkle Töne der Farbe #A53BAB
Helle Töne der Farbe #A53BAB
Beispiele css- und html für Elemente in der Farbe #A53BAB. Bitte benutzen Sie auch rgb(165,59,171) statt hex-Code.
.myTextColor { color: #A53BAB; }
<p style="color:#A53BAB">This sample text font color is #A53BAB.</p>
Die Farbe dieses Textes ist #A53BAB.
.myBgColor { background-color: #A53BAB; }
<div style="background-color:#A53BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A53BAB.
.myBorderColor { border: 1px solid #A53BAB; }
<div style="border:3px solid #A53BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #A53BAB.
.myOpacity80 { color: #A53BAB; opacity: 0.8; }
<p style="color:#A53BAB;opacity:0.8;">80%</p>
Text in Farbe #A53BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A53BAB;}
<p style="text-shadow: 3px 3px 1px #A53BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A53BAB.
.textShadow {text-shadow: 3px 3px 1px #A53BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A53BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A53BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A53BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A53BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A53BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A53BAB;
-webkit-box-shadow: 1px 1px 3px 2px #A53BAB;
box-shadow: 1px 1px 3px 2px #A53BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A53BAB; -webkit-box-shadow: 1px 1px 3px 2px #A53BAB; box-shadow:1px 1px 3px 2px #A53BAB;">
Div content here
</div>
Dieser Text ist in der Farbe #A53BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A53BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A53BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A53BAB.
Kontrastfarbe für #hex ist #5AC454.