HEX: #AE579C
RGB: (174,87,156)
#AE579C contains mainly red and blue colors. Web safe color of #AE579C is #996699 (or #969).
#AE579C color RGB value is (174,87,156).
RGB: (174,87,156)
(68%, 34%, 61%)
R 174 of 255 = 68%
G 87 of 255 = 34%
B 156 of 255 = 61%
R + G + B ~ 54%. #AE579C is middle color (not dark and not light).
R + G + B = 174 + 87 + 156 = 417 (100%)
R 174 of 417 ~ 41.73%
G 87 of 417 ~ 20.86%
B 156 of 417 ~ 37.41'%
#AE579C color CMYK value is (0,50,10,32).
CMYK: (0,50,10,32)
C0M50Y10K32 (0%, 50%, 10%, 32%)
(0.00 / 0.50 / 0.10 / 0.32)
Color #AE579C in popluar color models
AE | 57 | 9C | |
---|---|---|---|
RGB | 174 | 87 | 156 |
HSL | 312° | 34.94% | 51.18% |
HSB/HSV | 312° | 50.00% | 68.24% |
CMYK | 0.00% | 50.00% | 10.34% |
31.76% |
Color #AE579C in popluar number systems.
HEX | AE | 57 | 9C |
Decimal | 174 | 87 | 156 |
Binary | 10101110 | 1010111 | 10011100 |
Octal | 256 | 127 | 234 |
Shades of #AE579C
Tints of #AE579C
Examples of css and html codes for elements with #AE579C color. Also use rgb(174,87,156) instead hex code.
.myTextColor { color: #AE579C; }
<p style="color:#AE579C">This sample text font color is #AE579C.</p>
This text font color is #AE579C.
.myBgColor { background-color: #AE579C; }
<div style="background-color:#AE579C">Inner text</div>
This div background color is #AE579C.
.myBorderColor { border: 1px solid #AE579C; }
<div style="border:3px solid #AE579C">Div</div>
This div border color is #AE579C.
.myOpacity80 { color: #AE579C; opacity: 0.8; }
<p style="color:#AE579C;opacity:0.8;">80%</p>
Text with #AE579C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE579C;}
<p style="text-shadow: 3px 3px 1px #AE579C">Text here.</p>
This text has shadow with #AE579C color.
.textShadow {text-shadow: 3px 3px 1px #AE579C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE579C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE579C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE579C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE579C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE579C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE579C;
-webkit-box-shadow: 1px 1px 3px 2px #AE579C;
box-shadow: 1px 1px 3px 2px #AE579C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE579C; -webkit-box-shadow: 1px 1px 3px 2px #AE579C; box-shadow:1px 1px 3px 2px #AE579C;">
Div content here
</div>
This text has color #AE579C on black background.
This text has color #AE579C on white background.
This text has black color on #AE579C background.
This text has white color on #AE579C background.
Complementary color for #hex is #51A863.