HEX: #A4618D
RGB: (164,97,141)
#A4618D enthält hauptsächlich rote und blaue Farbe. Für #A4618D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A4618D wird in RGB als (164,97,141) definiert.
RGB: (164,97,141) (64%,38%,55%)
R 164 von 255 = 64%
G 97 von 255 = 38%
B 141 von 255 = 55%
R + G + B ~ 52%. #A4618D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
164 + 97 + 141 = 402 (100%)
R 164 von 402 ~ 40.8%
G 97 von 402 ~ 24.13%
B 141 von 402 ~ 35.07%
Die Farbe #A4618D wird in CMYK als (0,41,14,36) definiert.
CMYK: (0,41,14,36) C0M41Y14K36 (0%,41%,14%,36%) (0.00/0.41/0.14/0.36)
A4 | 61 | 8D | |
---|---|---|---|
RGB | 164 | 97 | 141 |
HSL | 321° | 26.91% | 51.18% |
HSB/HSV | 321° | 40.85% | 64.31% |
CMYK | 0.00% | 40.85% | 14.02% |
35.69% |
Hexadezimal | A4 | 61 | 8D |
Dezimal | 164 | 97 | 141 |
Binär | 10100100 | 1100001 | 10001101 |
Oktal | 244 | 141 | 215 |
Beispiele css- und html für Elemente in der Farbe #A4618D. Bitte benutzen Sie auch rgb(164,97,141) statt hex-Code.
.myTextColor { color: #A4618D; }
<p style="color:#A4618D">This sample text font color is #A4618D.</p>
Die Farbe dieses Textes ist #A4618D.
.myBgColor { background-color: #A4618D; }
<div style="background-color:#A4618D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A4618D.
.myBorderColor { border: 1px solid #A4618D; }
<div style="border:3px solid #A4618D">Div</div>
Die Grenzen von diesem div sind in Farbe #A4618D.
.myOpacity80 { color: #A4618D; opacity: 0.8; }
<p style="color:#A4618D;opacity:0.8;">80%</p>
Text in Farbe #A4618D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4618D;}
<p style="text-shadow: 3px 3px 1px #A4618D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A4618D.
.textShadow {text-shadow: 3px 3px 1px #A4618D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4618D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A4618D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4618D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4618D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4618D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A4618D; -webkit-box-shadow: 1px 1px 3px 2px #A4618D; box-shadow: 1px 1px 3px 2px #A4618D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A4618D; -webkit-box-shadow: 1px 1px 3px 2px #A4618D; box-shadow:1px 1px 3px 2px #A4618D;">
Div content here</div>
Dieser Text ist in der Farbe #A4618D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A4618D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A4618D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A4618D.