HEX: #AF47B2
RGB: (175,71,178)
#AF47B2 enthält hauptsächlich rote und blaue Farbe. Für #AF47B2 ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #AF47B2 wird in RGB als (175,71,178) definiert.
RGB: (175,71,178) (69%,28%,70%)
R 175 von 255 = 69%
G 71 von 255 = 28%
B 178 von 255 = 70%
R + G + B ~ 56%. #AF47B2 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
175 + 71 + 178 = 424 (100%)
R 175 von 424 ~ 41.27%
G 71 von 424 ~ 16.75%
B 178 von 424 ~ 41.98%
Die Farbe #AF47B2 wird in CMYK als (2,60,0,30) definiert.
CMYK: (2,60,0,30) C2M60Y0K30 (2%,60%,0%,30%) (0.02/0.60/0.00/0.30)
AF | 47 | B2 | |
---|---|---|---|
RGB | 175 | 71 | 178 |
HSL | 298° | 42.97% | 48.82% |
HSB/HSV | 298° | 60.11% | 69.80% |
CMYK | 1.69% | 60.11% | 0.00% |
30.20% |
Hexadezimal | AF | 47 | B2 |
Dezimal | 175 | 71 | 178 |
Binär | 10101111 | 1000111 | 10110010 |
Oktal | 257 | 107 | 262 |
Beispiele css- und html für Elemente in der Farbe #AF47B2. Bitte benutzen Sie auch rgb(175,71,178) statt hex-Code.
.myTextColor { color: #AF47B2; }
<p style="color:#AF47B2">This sample text font color is #AF47B2.</p>
Die Farbe dieses Textes ist #AF47B2.
.myBgColor { background-color: #AF47B2; }
<div style="background-color:#AF47B2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF47B2.
.myBorderColor { border: 1px solid #AF47B2; }
<div style="border:3px solid #AF47B2">Div</div>
Die Grenzen von diesem div sind in Farbe #AF47B2.
.myOpacity80 { color: #AF47B2; opacity: 0.8; }
<p style="color:#AF47B2;opacity:0.8;">80%</p>
Text in Farbe #AF47B2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF47B2;}
<p style="text-shadow: 3px 3px 1px #AF47B2">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF47B2.
.textShadow {text-shadow: 3px 3px 1px #AF47B2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF47B2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF47B2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF47B2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF47B2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF47B2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AF47B2; -webkit-box-shadow: 1px 1px 3px 2px #AF47B2; box-shadow: 1px 1px 3px 2px #AF47B2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AF47B2; -webkit-box-shadow: 1px 1px 3px 2px #AF47B2; box-shadow:1px 1px 3px 2px #AF47B2;">
Div content here</div>
Dieser Text ist in der Farbe #AF47B2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF47B2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF47B2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF47B2.