HEX: #AE6EAA
RGB: (174,110,170)
#AE6EAA contains mainly red and blue colors. Web safe color of #AE6EAA is #996699 (or #969).
#AE6EAA color RGB value is (174,110,170).
RGB: (174,110,170)
(68%, 43%, 67%)
R 174 of 255 = 68%
G 110 of 255 = 43%
B 170 of 255 = 67%
R + G + B ~ 59%. #AE6EAA is middle color (not dark and not light).
R + G + B = 174 + 110 + 170 = 454 (100%)
R 174 of 454 ~ 38.33%
G 110 of 454 ~ 24.23%
B 170 of 454 ~ 37.44'%
#AE6EAA color CMYK value is (0,37,2,32).
CMYK: (0,37,2,32)
C0M37Y2K32 (0%, 37%, 2%, 32%)
(0.00 / 0.37 / 0.02 / 0.32)
Color #AE6EAA in popluar color models
AE | 6E | AA | |
---|---|---|---|
RGB | 174 | 110 | 170 |
HSL | 304° | 28.32% | 55.69% |
HSB/HSV | 304° | 36.78% | 68.24% |
CMYK | 0.00% | 36.78% | 2.30% |
31.76% |
Color #AE6EAA in popluar number systems.
HEX | AE | 6E | AA |
Decimal | 174 | 110 | 170 |
Binary | 10101110 | 1101110 | 10101010 |
Octal | 256 | 156 | 252 |
Shades of #AE6EAA
Tints of #AE6EAA
Examples of css and html codes for elements with #AE6EAA color. Also use rgb(174,110,170) instead hex code.
.myTextColor { color: #AE6EAA; }
<p style="color:#AE6EAA">This sample text font color is #AE6EAA.</p>
This text font color is #AE6EAA.
.myBgColor { background-color: #AE6EAA; }
<div style="background-color:#AE6EAA">Inner text</div>
This div background color is #AE6EAA.
.myBorderColor { border: 1px solid #AE6EAA; }
<div style="border:3px solid #AE6EAA">Div</div>
This div border color is #AE6EAA.
.myOpacity80 { color: #AE6EAA; opacity: 0.8; }
<p style="color:#AE6EAA;opacity:0.8;">80%</p>
Text with #AE6EAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6EAA;}
<p style="text-shadow: 3px 3px 1px #AE6EAA">Text here.</p>
This text has shadow with #AE6EAA color.
.textShadow {text-shadow: 3px 3px 1px #AE6EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6EAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6EAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE6EAA;
-webkit-box-shadow: 1px 1px 3px 2px #AE6EAA;
box-shadow: 1px 1px 3px 2px #AE6EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE6EAA; -webkit-box-shadow: 1px 1px 3px 2px #AE6EAA; box-shadow:1px 1px 3px 2px #AE6EAA;">
Div content here
</div>
This text has color #AE6EAA on black background.
This text has color #AE6EAA on white background.
This text has black color on #AE6EAA background.
This text has white color on #AE6EAA background.
Complementary color for #hex is #519155.