HEX: #AE419E
RGB: (174,65,158)
#AE419E contains mainly red and blue colors. Web safe color of #AE419E is #993399 (or #939).
#AE419E color RGB value is (174,65,158).
RGB: (174,65,158) (68%,25%,62%)
R 174 of 255 = 68%
G 65 of 255 = 25%
B 158 of 255 = 62%
R + G + B ~ 52%. #AE419E is middle color (not dark and not light).
R + G + B =
174 + 65 + 158 = 397 (100%)
R 174 of 397 ~ 43.83%
G 65 of 397 ~ 16.37%
B 158 of 397 ~ 39.8%
#AE419E color CMYK value is (0,63,9,32).
CMYK: (0,63,9,32) C0M63Y9K32 (0%,63%,9%,32%) (0.00/0.63/0.09/0.32)
AE | 41 | 9E | |
---|---|---|---|
RGB | 174 | 65 | 158 |
HSL | 309° | 45.61% | 46.86% |
HSB/HSV | 309° | 62.64% | 68.24% |
CMYK | 0.00% | 62.64% | 9.20% |
31.76% |
HEX | AE | 41 | 9E |
Decimal | 174 | 65 | 158 |
Binary | 10101110 | 1000001 | 10011110 |
Octal | 256 | 101 | 236 |
Examples of css and html codes for elements with #AE419E color. Also use rgb(174,65,158) instead hex code.
.myTextColor { color: #AE419E; }
<p style="color:#AE419E">This sample text font color is #AE419E.</p>
This text font color is #AE419E.
.myBgColor { background-color: #AE419E; }
<div style="background-color:#AE419E">Inner text</div>
This div background color is #AE419E.
.myBorderColor { border: 1px solid #AE419E; }
<div style="border:3px solid #AE419E">Div</div>
This div border color is #AE419E.
.myOpacity80 { color: #AE419E; opacity: 0.8; }
<p style="color:#AE419E;opacity:0.8;">80%</p>
Text with #AE419E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE419E;}
<p style="text-shadow: 3px 3px 1px #AE419E">Text here.</p>
This text has shadow with #AE419E color.
.textShadow {text-shadow: 3px 3px 1px #AE419E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE419E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE419E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE419E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE419E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE419E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE419E; -webkit-box-shadow: 1px 1px 3px 2px #AE419E; box-shadow: 1px 1px 3px 2px #AE419E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE419E; -webkit-box-shadow: 1px 1px 3px 2px #AE419E; box-shadow:1px 1px 3px 2px #AE419E;">
Div content here</div>
This text has color #AE419E on black background.
This text has color #AE419E on white background.
This text has black color on #AE419E background.
This text has white color on #AE419E background.