HEX: #AE88F6
RGB: (174,136,246)
#AE88F6 contains mainly blue color. Web safe color of #AE88F6 is #9999FF (or #99F).
#AE88F6 color RGB value is (174,136,246).
RGB: (174,136,246)
(68%, 53%, 96%)
R 174 of 255 = 68%
G 136 of 255 = 53%
B 246 of 255 = 96%
R + G + B ~ 72%. #AE88F6 is quite light color.
R + G + B = 174 + 136 + 246 = 556 (100%)
R 174 of 556 ~ 31.29%
G 136 of 556 ~ 24.46%
B 246 of 556 ~ 44.24'%
#AE88F6 color CMYK value is (29,45,0,4).
CMYK: (29,45,0,4)
C29M45Y0K4 (29%, 45%, 0%, 4%)
(0.29 / 0.45 / 0.00 / 0.04)
Color #AE88F6 in popluar color models
AE | 88 | F6 | |
---|---|---|---|
RGB | 174 | 136 | 246 |
HSL | 261° | 85.94% | 74.90% |
HSB/HSV | 261° | 44.72% | 96.47% |
CMYK | 29.27% | 44.72% | 0.00% |
3.53% |
Color #AE88F6 in popluar number systems.
HEX | AE | 88 | F6 |
Decimal | 174 | 136 | 246 |
Binary | 10101110 | 10001000 | 11110110 |
Octal | 256 | 210 | 366 |
Shades of #AE88F6
Tints of #AE88F6
Examples of css and html codes for elements with #AE88F6 color. Also use rgb(174,136,246) instead hex code.
.myTextColor { color: #AE88F6; }
<p style="color:#AE88F6">This sample text font color is #AE88F6.</p>
This text font color is #AE88F6.
.myBgColor { background-color: #AE88F6; }
<div style="background-color:#AE88F6">Inner text</div>
This div background color is #AE88F6.
.myBorderColor { border: 1px solid #AE88F6; }
<div style="border:3px solid #AE88F6">Div</div>
This div border color is #AE88F6.
.myOpacity80 { color: #AE88F6; opacity: 0.8; }
<p style="color:#AE88F6;opacity:0.8;">80%</p>
Text with #AE88F6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE88F6;}
<p style="text-shadow: 3px 3px 1px #AE88F6">Text here.</p>
This text has shadow with #AE88F6 color.
.textShadow {text-shadow: 3px 3px 1px #AE88F6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE88F6, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE88F6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE88F6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE88F6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE88F6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE88F6;
-webkit-box-shadow: 1px 1px 3px 2px #AE88F6;
box-shadow: 1px 1px 3px 2px #AE88F6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE88F6; -webkit-box-shadow: 1px 1px 3px 2px #AE88F6; box-shadow:1px 1px 3px 2px #AE88F6;">
Div content here
</div>
This text has color #AE88F6 on black background.
This text has color #AE88F6 on white background.
This text has black color on #AE88F6 background.
This text has white color on #AE88F6 background.
Complementary color for #hex is #517709.