HEX: #AF7BAA
RGB: (175,123,170)
#AF7BAA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AF7BAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AF7BAA wird in RGB als (175,123,170) definiert.
RGB: (175,123,170) (69%,48%,67%)
R 175 von 255 = 69%
G 123 von 255 = 48%
B 170 von 255 = 67%
R + G + B ~ 61%. #AF7BAA ziemlich helle Farbe.
R + G + B =
175 + 123 + 170 = 468 (100%)
R 175 von 468 ~ 37.39%
G 123 von 468 ~ 26.28%
B 170 von 468 ~ 36.32%
Die Farbe #AF7BAA wird in CMYK als (0,30,3,31) definiert.
CMYK: (0,30,3,31) C0M30Y3K31 (0%,30%,3%,31%) (0.00/0.30/0.03/0.31)
AF | 7B | AA | |
---|---|---|---|
RGB | 175 | 123 | 170 |
HSL | 306° | 24.53% | 58.43% |
HSB/HSV | 306° | 29.71% | 68.63% |
CMYK | 0.00% | 29.71% | 2.86% |
31.37% |
Hexadezimal | AF | 7B | AA |
Dezimal | 175 | 123 | 170 |
Binär | 10101111 | 1111011 | 10101010 |
Oktal | 257 | 173 | 252 |
Beispiele css- und html für Elemente in der Farbe #AF7BAA. Bitte benutzen Sie auch rgb(175,123,170) statt hex-Code.
.myTextColor { color: #AF7BAA; }
<p style="color:#AF7BAA">This sample text font color is #AF7BAA.</p>
Die Farbe dieses Textes ist #AF7BAA.
.myBgColor { background-color: #AF7BAA; }
<div style="background-color:#AF7BAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF7BAA.
.myBorderColor { border: 1px solid #AF7BAA; }
<div style="border:3px solid #AF7BAA">Div</div>
Die Grenzen von diesem div sind in Farbe #AF7BAA.
.myOpacity80 { color: #AF7BAA; opacity: 0.8; }
<p style="color:#AF7BAA;opacity:0.8;">80%</p>
Text in Farbe #AF7BAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF7BAA;}
<p style="text-shadow: 3px 3px 1px #AF7BAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF7BAA.
.textShadow {text-shadow: 3px 3px 1px #AF7BAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF7BAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF7BAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF7BAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF7BAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF7BAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AF7BAA; -webkit-box-shadow: 1px 1px 3px 2px #AF7BAA; box-shadow: 1px 1px 3px 2px #AF7BAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AF7BAA; -webkit-box-shadow: 1px 1px 3px 2px #AF7BAA; box-shadow:1px 1px 3px 2px #AF7BAA;">
Div content here</div>
Dieser Text ist in der Farbe #AF7BAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF7BAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF7BAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF7BAA.