HEX: #AD71AB
RGB: (173,113,171)
#AD71AB enthält hauptsächlich rote und blaue Farbe. Für #AD71AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD71AB wird in RGB als (173,113,171) definiert.
RGB: (173,113,171) (68%,44%,67%)
R 173 von 255 = 68%
G 113 von 255 = 44%
B 171 von 255 = 67%
R + G + B ~ 60%. #AD71AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 113 + 171 = 457 (100%)
R 173 von 457 ~ 37.86%
G 113 von 457 ~ 24.73%
B 171 von 457 ~ 37.42%
Die Farbe #AD71AB wird in CMYK als (0,35,1,32) definiert.
CMYK: (0,35,1,32) C0M35Y1K32 (0%,35%,1%,32%) (0.00/0.35/0.01/0.32)
AD | 71 | AB | |
---|---|---|---|
RGB | 173 | 113 | 171 |
HSL | 302° | 26.79% | 56.08% |
HSB/HSV | 302° | 34.68% | 67.84% |
CMYK | 0.00% | 34.68% | 1.16% |
32.16% |
Hexadezimal | AD | 71 | AB |
Dezimal | 173 | 113 | 171 |
Binär | 10101101 | 1110001 | 10101011 |
Oktal | 255 | 161 | 253 |
Beispiele css- und html für Elemente in der Farbe #AD71AB. Bitte benutzen Sie auch rgb(173,113,171) statt hex-Code.
.myTextColor { color: #AD71AB; }
<p style="color:#AD71AB">This sample text font color is #AD71AB.</p>
Die Farbe dieses Textes ist #AD71AB.
.myBgColor { background-color: #AD71AB; }
<div style="background-color:#AD71AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD71AB.
.myBorderColor { border: 1px solid #AD71AB; }
<div style="border:3px solid #AD71AB">Div</div>
Die Grenzen von diesem div sind in Farbe #AD71AB.
.myOpacity80 { color: #AD71AB; opacity: 0.8; }
<p style="color:#AD71AB;opacity:0.8;">80%</p>
Text in Farbe #AD71AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD71AB;}
<p style="text-shadow: 3px 3px 1px #AD71AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD71AB.
.textShadow {text-shadow: 3px 3px 1px #AD71AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD71AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD71AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD71AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD71AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD71AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD71AB; -webkit-box-shadow: 1px 1px 3px 2px #AD71AB; box-shadow: 1px 1px 3px 2px #AD71AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD71AB; -webkit-box-shadow: 1px 1px 3px 2px #AD71AB; box-shadow:1px 1px 3px 2px #AD71AB;">
Div content here</div>
Dieser Text ist in der Farbe #AD71AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD71AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD71AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD71AB.