HEX: #AE457E
RGB: (174,69,126)
#AE457E contains mainly red and blue colors. Web safe color of #AE457E is #993366 (or #936).
#AE457E color RGB value is (174,69,126).
RGB: (174,69,126)
(68%, 27%, 49%)
R 174 of 255 = 68%
G 69 of 255 = 27%
B 126 of 255 = 49%
R + G + B ~ 48%. #AE457E is middle color (not dark and not light).
R + G + B = 174 + 69 + 126 = 369 (100%)
R 174 of 369 ~ 47.15%
G 69 of 369 ~ 18.7%
B 126 of 369 ~ 34.15'%
#AE457E color CMYK value is (0,60,28,32).
CMYK: (0,60,28,32) C0M60Y28K32 (0%,60%,28%,32%) (0.00/0.60/0.28/0.32)
Color #AE457E in popluar color models
AE | 45 | 7E | |
---|---|---|---|
RGB | 174 | 69 | 126 |
HSL | 327° | 43.21% | 47.65% |
HSB/HSV | 327° | 60.34% | 68.24% |
CMYK | 0.00% | 60.34% | 27.59% |
31.76% |
Color #AE457E in popluar number systems.
HEX | AE | 45 | 7E |
Decimal | 174 | 69 | 126 |
Binary | 10101110 | 1000101 | 1111110 |
Octal | 256 | 105 | 176 |
Shades of #AE457E
Tints of #AE457E
Examples of css and html codes for elements with #AE457E color. Also use rgb(174,69,126) instead hex code.
.myTextColor { color: #AE457E; }
<p style="color:#AE457E">This sample text font color is #AE457E.</p>
This text font color is #AE457E.
.myBgColor { background-color: #AE457E; }
<div style="background-color:#AE457E">Inner text</div>
This div background color is #AE457E.
.myBorderColor { border: 1px solid #AE457E; }
<div style="border:3px solid #AE457E">Div</div>
This div border color is #AE457E.
.myOpacity80 { color: #AE457E; opacity: 0.8; }
<p style="color:#AE457E;opacity:0.8;">80%</p>
Text with #AE457E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE457E;}
<p style="text-shadow: 3px 3px 1px #AE457E">Text here.</p>
This text has shadow with #AE457E color.
.textShadow {text-shadow: 3px 3px 1px #AE457E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE457E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE457E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE457E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE457E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE457E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE457E;
-webkit-box-shadow: 1px 1px 3px 2px #AE457E;
box-shadow: 1px 1px 3px 2px #AE457E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE457E; -webkit-box-shadow: 1px 1px 3px 2px #AE457E; box-shadow:1px 1px 3px 2px #AE457E;">
Div content here
</div>
This text has color #AE457E on black background.
This text has color #AE457E on white background.
This text has black color on #AE457E background.
This text has white color on #AE457E background.
Complementary color for #hex is #51BA81.