HEX: #AA53BC
RGB: (170,83,188)
#AA53BC enthält hauptsächlich rote und blaue Farbe. Für #AA53BC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AA53BC wird in RGB als (170,83,188) definiert.
RGB: (170,83,188) (67%,33%,74%)
R 170 von 255 = 67%
G 83 von 255 = 33%
B 188 von 255 = 74%
R + G + B ~ 58%. #AA53BC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
170 + 83 + 188 = 441 (100%)
R 170 von 441 ~ 38.55%
G 83 von 441 ~ 18.82%
B 188 von 441 ~ 42.63%
Die Farbe #AA53BC wird in CMYK als (10,56,0,26) definiert.
CMYK: (10,56,0,26) C10M56Y0K26 (10%,56%,0%,26%) (0.10/0.56/0.00/0.26)
AA | 53 | BC | |
---|---|---|---|
RGB | 170 | 83 | 188 |
HSL | 290° | 43.93% | 53.14% |
HSB/HSV | 290° | 55.85% | 73.73% |
CMYK | 9.57% | 55.85% | 0.00% |
26.27% |
Hexadezimal | AA | 53 | BC |
Dezimal | 170 | 83 | 188 |
Binär | 10101010 | 1010011 | 10111100 |
Oktal | 252 | 123 | 274 |
Beispiele css- und html für Elemente in der Farbe #AA53BC. Bitte benutzen Sie auch rgb(170,83,188) statt hex-Code.
.myTextColor { color: #AA53BC; }
<p style="color:#AA53BC">This sample text font color is #AA53BC.</p>
Die Farbe dieses Textes ist #AA53BC.
.myBgColor { background-color: #AA53BC; }
<div style="background-color:#AA53BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AA53BC.
.myBorderColor { border: 1px solid #AA53BC; }
<div style="border:3px solid #AA53BC">Div</div>
Die Grenzen von diesem div sind in Farbe #AA53BC.
.myOpacity80 { color: #AA53BC; opacity: 0.8; }
<p style="color:#AA53BC;opacity:0.8;">80%</p>
Text in Farbe #AA53BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA53BC;}
<p style="text-shadow: 3px 3px 1px #AA53BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AA53BC.
.textShadow {text-shadow: 3px 3px 1px #AA53BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA53BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AA53BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA53BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA53BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA53BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AA53BC; -webkit-box-shadow: 1px 1px 3px 2px #AA53BC; box-shadow: 1px 1px 3px 2px #AA53BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AA53BC; -webkit-box-shadow: 1px 1px 3px 2px #AA53BC; box-shadow:1px 1px 3px 2px #AA53BC;">
Div content here</div>
Dieser Text ist in der Farbe #AA53BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AA53BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AA53BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AA53BC.