HEX: #AE6CD6
RGB: (174,108,214)
#AE6CD6 contains mainly red and blue colors. Web safe color of #AE6CD6 is #9966CC (or #96C).
#AE6CD6 color RGB value is (174,108,214).
RGB: (174,108,214)
(68%, 42%, 84%)
R 174 of 255 = 68%
G 108 of 255 = 42%
B 214 of 255 = 84%
R + G + B ~ 65%. #AE6CD6 is quite light color.
R + G + B = 174 + 108 + 214 = 496 (100%)
R 174 of 496 ~ 35.08%
G 108 of 496 ~ 21.77%
B 214 of 496 ~ 43.15'%
#AE6CD6 color CMYK value is (19,50,0,16).
CMYK: (19,50,0,16) C19M50Y0K16 (19%,50%,0%,16%) (0.19/0.50/0.00/0.16)
Color #AE6CD6 in popluar color models
AE | 6C | D6 | |
---|---|---|---|
RGB | 174 | 108 | 214 |
HSL | 277° | 56.38% | 63.14% |
HSB/HSV | 277° | 49.53% | 83.92% |
CMYK | 18.69% | 49.53% | 0.00% |
16.08% |
Color #AE6CD6 in popluar number systems.
HEX | AE | 6C | D6 |
Decimal | 174 | 108 | 214 |
Binary | 10101110 | 1101100 | 11010110 |
Octal | 256 | 154 | 326 |
Shades of #AE6CD6
Tints of #AE6CD6
Examples of css and html codes for elements with #AE6CD6 color. Also use rgb(174,108,214) instead hex code.
.myTextColor { color: #AE6CD6; }
<p style="color:#AE6CD6">This sample text font color is #AE6CD6.</p>
This text font color is #AE6CD6.
.myBgColor { background-color: #AE6CD6; }
<div style="background-color:#AE6CD6">Inner text</div>
This div background color is #AE6CD6.
.myBorderColor { border: 1px solid #AE6CD6; }
<div style="border:3px solid #AE6CD6">Div</div>
This div border color is #AE6CD6.
.myOpacity80 { color: #AE6CD6; opacity: 0.8; }
<p style="color:#AE6CD6;opacity:0.8;">80%</p>
Text with #AE6CD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6CD6;}
<p style="text-shadow: 3px 3px 1px #AE6CD6">Text here.</p>
This text has shadow with #AE6CD6 color.
.textShadow {text-shadow: 3px 3px 1px #AE6CD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6CD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6CD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6CD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6CD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6CD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE6CD6;
-webkit-box-shadow: 1px 1px 3px 2px #AE6CD6;
box-shadow: 1px 1px 3px 2px #AE6CD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE6CD6; -webkit-box-shadow: 1px 1px 3px 2px #AE6CD6; box-shadow:1px 1px 3px 2px #AE6CD6;">
Div content here
</div>
This text has color #AE6CD6 on black background.
This text has color #AE6CD6 on white background.
This text has black color on #AE6CD6 background.
This text has white color on #AE6CD6 background.
Complementary color for #hex is #519329.