HEX: #A740AB
RGB: (167,64,171)
#A740AB enthält hauptsächlich rote und blaue Farbe. Für #A740AB ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #A740AB wird in RGB als (167,64,171) definiert.
RGB: (167,64,171) (65%,25%,67%)
R 167 von 255 = 65%
G 64 von 255 = 25%
B 171 von 255 = 67%
R + G + B ~ 52%. #A740AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
167 + 64 + 171 = 402 (100%)
R 167 von 402 ~ 41.54%
G 64 von 402 ~ 15.92%
B 171 von 402 ~ 42.54%
Die Farbe #A740AB wird in CMYK als (2,63,0,33) definiert.
CMYK: (2,63,0,33) C2M63Y0K33 (2%,63%,0%,33%) (0.02/0.63/0.00/0.33)
A7 | 40 | AB | |
---|---|---|---|
RGB | 167 | 64 | 171 |
HSL | 298° | 45.53% | 46.08% |
HSB/HSV | 298° | 62.57% | 67.06% |
CMYK | 2.34% | 62.57% | 0.00% |
32.94% |
Hexadezimal | A7 | 40 | AB |
Dezimal | 167 | 64 | 171 |
Binär | 10100111 | 1000000 | 10101011 |
Oktal | 247 | 100 | 253 |
Beispiele css- und html für Elemente in der Farbe #A740AB. Bitte benutzen Sie auch rgb(167,64,171) statt hex-Code.
.myTextColor { color: #A740AB; }
<p style="color:#A740AB">This sample text font color is #A740AB.</p>
Die Farbe dieses Textes ist #A740AB.
.myBgColor { background-color: #A740AB; }
<div style="background-color:#A740AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A740AB.
.myBorderColor { border: 1px solid #A740AB; }
<div style="border:3px solid #A740AB">Div</div>
Die Grenzen von diesem div sind in Farbe #A740AB.
.myOpacity80 { color: #A740AB; opacity: 0.8; }
<p style="color:#A740AB;opacity:0.8;">80%</p>
Text in Farbe #A740AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A740AB;}
<p style="text-shadow: 3px 3px 1px #A740AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A740AB.
.textShadow {text-shadow: 3px 3px 1px #A740AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A740AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A740AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A740AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A740AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A740AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A740AB; -webkit-box-shadow: 1px 1px 3px 2px #A740AB; box-shadow: 1px 1px 3px 2px #A740AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A740AB; -webkit-box-shadow: 1px 1px 3px 2px #A740AB; box-shadow:1px 1px 3px 2px #A740AB;">
Div content here</div>
Dieser Text ist in der Farbe #A740AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A740AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A740AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A740AB.