HEX: #AE53B1
RGB: (174,83,177)
#AE53B1 enthält hauptsächlich rote und blaue Farbe. Für #AE53B1 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AE53B1 wird in RGB als (174,83,177) definiert.
RGB: (174,83,177) (68%,33%,69%)
R 174 von 255 = 68%
G 83 von 255 = 33%
B 177 von 255 = 69%
R + G + B ~ 57%. #AE53B1 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
174 + 83 + 177 = 434 (100%)
R 174 von 434 ~ 40.09%
G 83 von 434 ~ 19.12%
B 177 von 434 ~ 40.78%
Die Farbe #AE53B1 wird in CMYK als (2,53,0,31) definiert.
CMYK: (2,53,0,31) C2M53Y0K31 (2%,53%,0%,31%) (0.02/0.53/0.00/0.31)
AE | 53 | B1 | |
---|---|---|---|
RGB | 174 | 83 | 177 |
HSL | 298° | 37.60% | 50.98% |
HSB/HSV | 298° | 53.11% | 69.41% |
CMYK | 1.69% | 53.11% | 0.00% |
30.59% |
Hexadezimal | AE | 53 | B1 |
Dezimal | 174 | 83 | 177 |
Binär | 10101110 | 1010011 | 10110001 |
Oktal | 256 | 123 | 261 |
Beispiele css- und html für Elemente in der Farbe #AE53B1. Bitte benutzen Sie auch rgb(174,83,177) statt hex-Code.
.myTextColor { color: #AE53B1; }
<p style="color:#AE53B1">This sample text font color is #AE53B1.</p>
Die Farbe dieses Textes ist #AE53B1.
.myBgColor { background-color: #AE53B1; }
<div style="background-color:#AE53B1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE53B1.
.myBorderColor { border: 1px solid #AE53B1; }
<div style="border:3px solid #AE53B1">Div</div>
Die Grenzen von diesem div sind in Farbe #AE53B1.
.myOpacity80 { color: #AE53B1; opacity: 0.8; }
<p style="color:#AE53B1;opacity:0.8;">80%</p>
Text in Farbe #AE53B1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE53B1;}
<p style="text-shadow: 3px 3px 1px #AE53B1">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE53B1.
.textShadow {text-shadow: 3px 3px 1px #AE53B1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE53B1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE53B1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE53B1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE53B1, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE53B1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE53B1; -webkit-box-shadow: 1px 1px 3px 2px #AE53B1; box-shadow: 1px 1px 3px 2px #AE53B1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE53B1; -webkit-box-shadow: 1px 1px 3px 2px #AE53B1; box-shadow:1px 1px 3px 2px #AE53B1;">
Div content here</div>
Dieser Text ist in der Farbe #AE53B1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE53B1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE53B1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE53B1.