HEX: #A5849B
RGB: (165,132,155)
#A5849B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A5849B ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A5849B wird in RGB als (165,132,155) definiert.
RGB: (165,132,155) (65%,52%,61%)
R 165 von 255 = 65%
G 132 von 255 = 52%
B 155 von 255 = 61%
R + G + B ~ 59%. #A5849B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
165 + 132 + 155 = 452 (100%)
R 165 von 452 ~ 36.5%
G 132 von 452 ~ 29.2%
B 155 von 452 ~ 34.29%
Die Farbe #A5849B wird in CMYK als (0,20,6,35) definiert.
CMYK: (0,20,6,35) C0M20Y6K35 (0%,20%,6%,35%) (0.00/0.20/0.06/0.35)
A5 | 84 | 9B | |
---|---|---|---|
RGB | 165 | 132 | 155 |
HSL | 318° | 15.49% | 58.24% |
HSB/HSV | 318° | 20.00% | 64.71% |
CMYK | 0.00% | 20.00% | 6.06% |
35.29% |
Hexadezimal | A5 | 84 | 9B |
Dezimal | 165 | 132 | 155 |
Binär | 10100101 | 10000100 | 10011011 |
Oktal | 245 | 204 | 233 |
Beispiele css- und html für Elemente in der Farbe #A5849B. Bitte benutzen Sie auch rgb(165,132,155) statt hex-Code.
.myTextColor { color: #A5849B; }
<p style="color:#A5849B">This sample text font color is #A5849B.</p>
Die Farbe dieses Textes ist #A5849B.
.myBgColor { background-color: #A5849B; }
<div style="background-color:#A5849B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5849B.
.myBorderColor { border: 1px solid #A5849B; }
<div style="border:3px solid #A5849B">Div</div>
Die Grenzen von diesem div sind in Farbe #A5849B.
.myOpacity80 { color: #A5849B; opacity: 0.8; }
<p style="color:#A5849B;opacity:0.8;">80%</p>
Text in Farbe #A5849B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5849B;}
<p style="text-shadow: 3px 3px 1px #A5849B">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5849B.
.textShadow {text-shadow: 3px 3px 1px #A5849B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5849B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5849B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5849B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5849B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5849B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5849B; -webkit-box-shadow: 1px 1px 3px 2px #A5849B; box-shadow: 1px 1px 3px 2px #A5849B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5849B; -webkit-box-shadow: 1px 1px 3px 2px #A5849B; box-shadow:1px 1px 3px 2px #A5849B;">
Div content here</div>
Dieser Text ist in der Farbe #A5849B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5849B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5849B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5849B.