HEX: #AB6DA6
RGB: (171,109,166)
#AB6DA6 enthält hauptsächlich rote und blaue Farbe. Für #AB6DA6 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6DA6 wird in RGB als (171,109,166) definiert.
RGB: (171,109,166) (67%,43%,65%)
R 171 von 255 = 67%
G 109 von 255 = 43%
B 166 von 255 = 65%
R + G + B ~ 58%. #AB6DA6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 109 + 166 = 446 (100%)
R 171 von 446 ~ 38.34%
G 109 von 446 ~ 24.44%
B 166 von 446 ~ 37.22%
Die Farbe #AB6DA6 wird in CMYK als (0,36,3,33) definiert.
CMYK: (0,36,3,33) C0M36Y3K33 (0%,36%,3%,33%) (0.00/0.36/0.03/0.33)
AB | 6D | A6 | |
---|---|---|---|
RGB | 171 | 109 | 166 |
HSL | 305° | 26.96% | 54.90% |
HSB/HSV | 305° | 36.26% | 67.06% |
CMYK | 0.00% | 36.26% | 2.92% |
32.94% |
Hexadezimal | AB | 6D | A6 |
Dezimal | 171 | 109 | 166 |
Binär | 10101011 | 1101101 | 10100110 |
Oktal | 253 | 155 | 246 |
Beispiele css- und html für Elemente in der Farbe #AB6DA6. Bitte benutzen Sie auch rgb(171,109,166) statt hex-Code.
.myTextColor { color: #AB6DA6; }
<p style="color:#AB6DA6">This sample text font color is #AB6DA6.</p>
Die Farbe dieses Textes ist #AB6DA6.
.myBgColor { background-color: #AB6DA6; }
<div style="background-color:#AB6DA6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6DA6.
.myBorderColor { border: 1px solid #AB6DA6; }
<div style="border:3px solid #AB6DA6">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6DA6.
.myOpacity80 { color: #AB6DA6; opacity: 0.8; }
<p style="color:#AB6DA6;opacity:0.8;">80%</p>
Text in Farbe #AB6DA6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6DA6;}
<p style="text-shadow: 3px 3px 1px #AB6DA6">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6DA6.
.textShadow {text-shadow: 3px 3px 1px #AB6DA6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6DA6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6DA6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6DA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6DA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6DA6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB6DA6; -webkit-box-shadow: 1px 1px 3px 2px #AB6DA6; box-shadow: 1px 1px 3px 2px #AB6DA6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB6DA6; -webkit-box-shadow: 1px 1px 3px 2px #AB6DA6; box-shadow:1px 1px 3px 2px #AB6DA6;">
Div content here</div>
Dieser Text ist in der Farbe #AB6DA6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6DA6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6DA6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6DA6.