HEX: #AB6598
RGB: (171,101,152)
#AB6598 enthält hauptsächlich rote und blaue Farbe. Für #AB6598 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6598 wird in RGB als (171,101,152) definiert.
RGB: (171,101,152)
(67%, 40%, 60%)
R 171 von 255 = 67%
G 101 von 255 = 40%
B 152 von 255 = 60%
R + G + B ~ 56%. #AB6598 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 101 + 152 = 424 (100%)
R 171 von 424 ~ 40.33%
G 101 von 424 ~ 23.82%
B 152 von 424 ~ 35.85'%
Die Farbe #AB6598 wird in CMYK als (0,41,11,33) definiert.
CMYK: (0,41,11,33)
C0M41Y11K33 (0%, 41%, 11%, 33%)
(0.00 / 0.41 / 0.11 / 0.33)
Farbe #AB6598 in den populären Farbmodellen.
AB | 65 | 98 | |
---|---|---|---|
RGB | 171 | 101 | 152 |
HSL | 316° | 29.41% | 53.33% |
HSB/HSV | 316° | 40.94% | 67.06% |
CMYK | 0.00% | 40.94% | 11.11% |
32.94% |
Die Farbe #AB6598 in den populären Zahlensystemen.
Hexadezimal | AB | 65 | 98 |
Dezimal | 171 | 101 | 152 |
Binär | 10101011 | 1100101 | 10011000 |
Oktal | 253 | 145 | 230 |
Dunkle Töne der Farbe #AB6598
Helle Töne der Farbe #AB6598
Beispiele css- und html für Elemente in der Farbe #AB6598. Bitte benutzen Sie auch rgb(171,101,152) statt hex-Code.
.myTextColor { color: #AB6598; }
<p style="color:#AB6598">This sample text font color is #AB6598.</p>
Die Farbe dieses Textes ist #AB6598.
.myBgColor { background-color: #AB6598; }
<div style="background-color:#AB6598">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6598.
.myBorderColor { border: 1px solid #AB6598; }
<div style="border:3px solid #AB6598">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6598.
.myOpacity80 { color: #AB6598; opacity: 0.8; }
<p style="color:#AB6598;opacity:0.8;">80%</p>
Text in Farbe #AB6598 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6598;}
<p style="text-shadow: 3px 3px 1px #AB6598">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6598.
.textShadow {text-shadow: 3px 3px 1px #AB6598', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6598, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6598 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6598, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6598 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6598;
-webkit-box-shadow: 1px 1px 3px 2px #AB6598;
box-shadow: 1px 1px 3px 2px #AB6598;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6598; -webkit-box-shadow: 1px 1px 3px 2px #AB6598; box-shadow:1px 1px 3px 2px #AB6598;">
Div content here
</div>
Dieser Text ist in der Farbe #AB6598 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6598 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6598.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6598.
Kontrastfarbe für #hex ist #549A67.