HEX: #AE6DBE
RGB: (174,109,190)
#AE6DBE contains mainly red and blue colors. Web safe color of #AE6DBE is #9966CC (or #96C).
#AE6DBE color RGB value is (174,109,190).
RGB: (174,109,190)
(68%, 43%, 75%)
R 174 of 255 = 68%
G 109 of 255 = 43%
B 190 of 255 = 75%
R + G + B ~ 62%. #AE6DBE is quite light color.
R + G + B = 174 + 109 + 190 = 473 (100%)
R 174 of 473 ~ 36.79%
G 109 of 473 ~ 23.04%
B 190 of 473 ~ 40.17'%
#AE6DBE color CMYK value is (8,43,0,25).
CMYK: (8,43,0,25)
C8M43Y0K25 (8%, 43%, 0%, 25%)
(0.08 / 0.43 / 0.00 / 0.25)
Color #AE6DBE in popluar color models
AE | 6D | BE | |
---|---|---|---|
RGB | 174 | 109 | 190 |
HSL | 288° | 38.39% | 58.63% |
HSB/HSV | 288° | 42.63% | 74.51% |
CMYK | 8.42% | 42.63% | 0.00% |
25.49% |
Color #AE6DBE in popluar number systems.
HEX | AE | 6D | BE |
Decimal | 174 | 109 | 190 |
Binary | 10101110 | 1101101 | 10111110 |
Octal | 256 | 155 | 276 |
Shades of #AE6DBE
Tints of #AE6DBE
Examples of css and html codes for elements with #AE6DBE color. Also use rgb(174,109,190) instead hex code.
.myTextColor { color: #AE6DBE; }
<p style="color:#AE6DBE">This sample text font color is #AE6DBE.</p>
This text font color is #AE6DBE.
.myBgColor { background-color: #AE6DBE; }
<div style="background-color:#AE6DBE">Inner text</div>
This div background color is #AE6DBE.
.myBorderColor { border: 1px solid #AE6DBE; }
<div style="border:3px solid #AE6DBE">Div</div>
This div border color is #AE6DBE.
.myOpacity80 { color: #AE6DBE; opacity: 0.8; }
<p style="color:#AE6DBE;opacity:0.8;">80%</p>
Text with #AE6DBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6DBE;}
<p style="text-shadow: 3px 3px 1px #AE6DBE">Text here.</p>
This text has shadow with #AE6DBE color.
.textShadow {text-shadow: 3px 3px 1px #AE6DBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6DBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6DBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6DBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE6DBE;
-webkit-box-shadow: 1px 1px 3px 2px #AE6DBE;
box-shadow: 1px 1px 3px 2px #AE6DBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE6DBE; -webkit-box-shadow: 1px 1px 3px 2px #AE6DBE; box-shadow:1px 1px 3px 2px #AE6DBE;">
Div content here
</div>
This text has color #AE6DBE on black background.
This text has color #AE6DBE on white background.
This text has black color on #AE6DBE background.
This text has white color on #AE6DBE background.
Complementary color for #hex is #519241.