HEX: #AE74AC
RGB: (174,116,172)
#AE74AC contains red, green and blue colors in about the same proportion. Web safe color of #AE74AC is #996699 (or #969).
#AE74AC color RGB value is (174,116,172).
RGB: (174,116,172)
(68%, 45%, 67%)
R 174 of 255 = 68%
G 116 of 255 = 45%
B 172 of 255 = 67%
R + G + B ~ 60%. #AE74AC is middle color (not dark and not light).
R + G + B = 174 + 116 + 172 = 462 (100%)
R 174 of 462 ~ 37.66%
G 116 of 462 ~ 25.11%
B 172 of 462 ~ 37.23'%
#AE74AC color CMYK value is (0,33,1,32).
CMYK: (0,33,1,32)
C0M33Y1K32 (0%, 33%, 1%, 32%)
(0.00 / 0.33 / 0.01 / 0.32)
Color #AE74AC in popluar color models
AE | 74 | AC | |
---|---|---|---|
RGB | 174 | 116 | 172 |
HSL | 302° | 26.36% | 56.86% |
HSB/HSV | 302° | 33.33% | 68.24% |
CMYK | 0.00% | 33.33% | 1.15% |
31.76% |
Color #AE74AC in popluar number systems.
HEX | AE | 74 | AC |
Decimal | 174 | 116 | 172 |
Binary | 10101110 | 1110100 | 10101100 |
Octal | 256 | 164 | 254 |
Shades of #AE74AC
Tints of #AE74AC
Examples of css and html codes for elements with #AE74AC color. Also use rgb(174,116,172) instead hex code.
.myTextColor { color: #AE74AC; }
<p style="color:#AE74AC">This sample text font color is #AE74AC.</p>
This text font color is #AE74AC.
.myBgColor { background-color: #AE74AC; }
<div style="background-color:#AE74AC">Inner text</div>
This div background color is #AE74AC.
.myBorderColor { border: 1px solid #AE74AC; }
<div style="border:3px solid #AE74AC">Div</div>
This div border color is #AE74AC.
.myOpacity80 { color: #AE74AC; opacity: 0.8; }
<p style="color:#AE74AC;opacity:0.8;">80%</p>
Text with #AE74AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE74AC;}
<p style="text-shadow: 3px 3px 1px #AE74AC">Text here.</p>
This text has shadow with #AE74AC color.
.textShadow {text-shadow: 3px 3px 1px #AE74AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE74AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE74AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE74AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE74AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE74AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE74AC;
-webkit-box-shadow: 1px 1px 3px 2px #AE74AC;
box-shadow: 1px 1px 3px 2px #AE74AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE74AC; -webkit-box-shadow: 1px 1px 3px 2px #AE74AC; box-shadow:1px 1px 3px 2px #AE74AC;">
Div content here
</div>
This text has color #AE74AC on black background.
This text has color #AE74AC on white background.
This text has black color on #AE74AC background.
This text has white color on #AE74AC background.
Complementary color for #hex is #518B53.