HEX: #AB6CB6
RGB: (171,108,182)
#AB6CB6 enthält hauptsächlich rote und blaue Farbe. Für #AB6CB6 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB6CB6 wird in RGB als (171,108,182) definiert.
RGB: (171,108,182) (67%,42%,71%)
R 171 von 255 = 67%
G 108 von 255 = 42%
B 182 von 255 = 71%
R + G + B ~ 60%. #AB6CB6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 108 + 182 = 461 (100%)
R 171 von 461 ~ 37.09%
G 108 von 461 ~ 23.43%
B 182 von 461 ~ 39.48%
Die Farbe #AB6CB6 wird in CMYK als (6,41,0,29) definiert.
CMYK: (6,41,0,29) C6M41Y0K29 (6%,41%,0%,29%) (0.06/0.41/0.00/0.29)
AB | 6C | B6 | |
---|---|---|---|
RGB | 171 | 108 | 182 |
HSL | 291° | 33.64% | 56.86% |
HSB/HSV | 291° | 40.66% | 71.37% |
CMYK | 6.04% | 40.66% | 0.00% |
28.63% |
Hexadezimal | AB | 6C | B6 |
Dezimal | 171 | 108 | 182 |
Binär | 10101011 | 1101100 | 10110110 |
Oktal | 253 | 154 | 266 |
Beispiele css- und html für Elemente in der Farbe #AB6CB6. Bitte benutzen Sie auch rgb(171,108,182) statt hex-Code.
.myTextColor { color: #AB6CB6; }
<p style="color:#AB6CB6">This sample text font color is #AB6CB6.</p>
Die Farbe dieses Textes ist #AB6CB6.
.myBgColor { background-color: #AB6CB6; }
<div style="background-color:#AB6CB6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6CB6.
.myBorderColor { border: 1px solid #AB6CB6; }
<div style="border:3px solid #AB6CB6">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6CB6.
.myOpacity80 { color: #AB6CB6; opacity: 0.8; }
<p style="color:#AB6CB6;opacity:0.8;">80%</p>
Text in Farbe #AB6CB6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6CB6;}
<p style="text-shadow: 3px 3px 1px #AB6CB6">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6CB6.
.textShadow {text-shadow: 3px 3px 1px #AB6CB6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6CB6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6CB6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6CB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6CB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6CB6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB6CB6; -webkit-box-shadow: 1px 1px 3px 2px #AB6CB6; box-shadow: 1px 1px 3px 2px #AB6CB6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB6CB6; -webkit-box-shadow: 1px 1px 3px 2px #AB6CB6; box-shadow:1px 1px 3px 2px #AB6CB6;">
Div content here</div>
Dieser Text ist in der Farbe #AB6CB6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6CB6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6CB6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6CB6.