HEX: #AD5E9A
RGB: (173,94,154)
#AD5E9A enthält hauptsächlich rote und blaue Farbe. Für #AD5E9A ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD5E9A wird in RGB als (173,94,154) definiert.
RGB: (173,94,154)
(68%, 37%, 60%)
R 173 von 255 = 68%
G 94 von 255 = 37%
B 154 von 255 = 60%
R + G + B ~ 55%. #AD5E9A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 94 + 154 = 421 (100%)
R 173 von 421 ~ 41.09%
G 94 von 421 ~ 22.33%
B 154 von 421 ~ 36.58'%
Die Farbe #AD5E9A wird in CMYK als (0,46,11,32) definiert.
CMYK: (0,46,11,32)
C0M46Y11K32 (0%, 46%, 11%, 32%)
(0.00 / 0.46 / 0.11 / 0.32)
Farbe #AD5E9A in den populären Farbmodellen.
AD | 5E | 9A | |
---|---|---|---|
RGB | 173 | 94 | 154 |
HSL | 314° | 32.51% | 52.35% |
HSB/HSV | 314° | 45.66% | 67.84% |
CMYK | 0.00% | 45.66% | 10.98% |
32.16% |
Die Farbe #AD5E9A in den populären Zahlensystemen.
Hexadezimal | AD | 5E | 9A |
Dezimal | 173 | 94 | 154 |
Binär | 10101101 | 1011110 | 10011010 |
Oktal | 255 | 136 | 232 |
Dunkle Töne der Farbe #AD5E9A
Helle Töne der Farbe #AD5E9A
Beispiele css- und html für Elemente in der Farbe #AD5E9A. Bitte benutzen Sie auch rgb(173,94,154) statt hex-Code.
.myTextColor { color: #AD5E9A; }
<p style="color:#AD5E9A">This sample text font color is #AD5E9A.</p>
Die Farbe dieses Textes ist #AD5E9A.
.myBgColor { background-color: #AD5E9A; }
<div style="background-color:#AD5E9A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5E9A.
.myBorderColor { border: 1px solid #AD5E9A; }
<div style="border:3px solid #AD5E9A">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5E9A.
.myOpacity80 { color: #AD5E9A; opacity: 0.8; }
<p style="color:#AD5E9A;opacity:0.8;">80%</p>
Text in Farbe #AD5E9A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5E9A;}
<p style="text-shadow: 3px 3px 1px #AD5E9A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5E9A.
.textShadow {text-shadow: 3px 3px 1px #AD5E9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5E9A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5E9A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5E9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5E9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5E9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD5E9A;
-webkit-box-shadow: 1px 1px 3px 2px #AD5E9A;
box-shadow: 1px 1px 3px 2px #AD5E9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD5E9A; -webkit-box-shadow: 1px 1px 3px 2px #AD5E9A; box-shadow:1px 1px 3px 2px #AD5E9A;">
Div content here
</div>
Dieser Text ist in der Farbe #AD5E9A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5E9A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5E9A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5E9A.
Kontrastfarbe für #hex ist #52A165.