HEX: #AB4AC1
RGB: (171,74,193)
#AB4AC1 enthält hauptsächlich rote und blaue Farbe. Für #AB4AC1 ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #AB4AC1 wird in RGB als (171,74,193) definiert.
RGB: (171,74,193) (67%,29%,76%)
R 171 von 255 = 67%
G 74 von 255 = 29%
B 193 von 255 = 76%
R + G + B ~ 57%. #AB4AC1 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 74 + 193 = 438 (100%)
R 171 von 438 ~ 39.04%
G 74 von 438 ~ 16.89%
B 193 von 438 ~ 44.06%
Die Farbe #AB4AC1 wird in CMYK als (11,62,0,24) definiert.
CMYK: (11,62,0,24) C11M62Y0K24 (11%,62%,0%,24%) (0.11/0.62/0.00/0.24)
AB | 4A | C1 | |
---|---|---|---|
RGB | 171 | 74 | 193 |
HSL | 289° | 48.97% | 52.35% |
HSB/HSV | 289° | 61.66% | 75.69% |
CMYK | 11.40% | 61.66% | 0.00% |
24.31% |
Hexadezimal | AB | 4A | C1 |
Dezimal | 171 | 74 | 193 |
Binär | 10101011 | 1001010 | 11000001 |
Oktal | 253 | 112 | 301 |
Beispiele css- und html für Elemente in der Farbe #AB4AC1. Bitte benutzen Sie auch rgb(171,74,193) statt hex-Code.
.myTextColor { color: #AB4AC1; }
<p style="color:#AB4AC1">This sample text font color is #AB4AC1.</p>
Die Farbe dieses Textes ist #AB4AC1.
.myBgColor { background-color: #AB4AC1; }
<div style="background-color:#AB4AC1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB4AC1.
.myBorderColor { border: 1px solid #AB4AC1; }
<div style="border:3px solid #AB4AC1">Div</div>
Die Grenzen von diesem div sind in Farbe #AB4AC1.
.myOpacity80 { color: #AB4AC1; opacity: 0.8; }
<p style="color:#AB4AC1;opacity:0.8;">80%</p>
Text in Farbe #AB4AC1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB4AC1;}
<p style="text-shadow: 3px 3px 1px #AB4AC1">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB4AC1.
.textShadow {text-shadow: 3px 3px 1px #AB4AC1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB4AC1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB4AC1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB4AC1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB4AC1, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB4AC1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB4AC1; -webkit-box-shadow: 1px 1px 3px 2px #AB4AC1; box-shadow: 1px 1px 3px 2px #AB4AC1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB4AC1; -webkit-box-shadow: 1px 1px 3px 2px #AB4AC1; box-shadow:1px 1px 3px 2px #AB4AC1;">
Div content here</div>
Dieser Text ist in der Farbe #AB4AC1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB4AC1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB4AC1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB4AC1.