HEX: #A576AF
RGB: (165,118,175)
#A576AF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A576AF ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A576AF wird in RGB als (165,118,175) definiert.
RGB: (165,118,175) (65%,46%,69%)
R 165 von 255 = 65%
G 118 von 255 = 46%
B 175 von 255 = 69%
R + G + B ~ 60%. #A576AF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
165 + 118 + 175 = 458 (100%)
R 165 von 458 ~ 36.03%
G 118 von 458 ~ 25.76%
B 175 von 458 ~ 38.21%
Die Farbe #A576AF wird in CMYK als (6,33,0,31) definiert.
CMYK: (6,33,0,31) C6M33Y0K31 (6%,33%,0%,31%) (0.06/0.33/0.00/0.31)
A5 | 76 | AF | |
---|---|---|---|
RGB | 165 | 118 | 175 |
HSL | 289° | 26.27% | 57.45% |
HSB/HSV | 289° | 32.57% | 68.63% |
CMYK | 5.71% | 32.57% | 0.00% |
31.37% |
Hexadezimal | A5 | 76 | AF |
Dezimal | 165 | 118 | 175 |
Binär | 10100101 | 1110110 | 10101111 |
Oktal | 245 | 166 | 257 |
Beispiele css- und html für Elemente in der Farbe #A576AF. Bitte benutzen Sie auch rgb(165,118,175) statt hex-Code.
.myTextColor { color: #A576AF; }
<p style="color:#A576AF">This sample text font color is #A576AF.</p>
Die Farbe dieses Textes ist #A576AF.
.myBgColor { background-color: #A576AF; }
<div style="background-color:#A576AF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A576AF.
.myBorderColor { border: 1px solid #A576AF; }
<div style="border:3px solid #A576AF">Div</div>
Die Grenzen von diesem div sind in Farbe #A576AF.
.myOpacity80 { color: #A576AF; opacity: 0.8; }
<p style="color:#A576AF;opacity:0.8;">80%</p>
Text in Farbe #A576AF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A576AF;}
<p style="text-shadow: 3px 3px 1px #A576AF">Text here.</p>
Dieser Text hat den Schatten in Farbe #A576AF.
.textShadow {text-shadow: 3px 3px 1px #A576AF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A576AF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A576AF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A576AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A576AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #A576AF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A576AF; -webkit-box-shadow: 1px 1px 3px 2px #A576AF; box-shadow: 1px 1px 3px 2px #A576AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A576AF; -webkit-box-shadow: 1px 1px 3px 2px #A576AF; box-shadow:1px 1px 3px 2px #A576AF;">
Div content here</div>
Dieser Text ist in der Farbe #A576AF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A576AF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A576AF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A576AF.