HEX: #AE93D5
RGB: (174,147,213)
#AE93D5 contains mainly red and blue colors. Web safe color of #AE93D5 is #9999CC (or #99C).
#AE93D5 color RGB value is (174,147,213).
RGB: (174,147,213)
(68%, 58%, 84%)
R 174 of 255 = 68%
G 147 of 255 = 58%
B 213 of 255 = 84%
R + G + B ~ 70%. #AE93D5 is quite light color.
R + G + B = 174 + 147 + 213 = 534 (100%)
R 174 of 534 ~ 32.58%
G 147 of 534 ~ 27.53%
B 213 of 534 ~ 39.89'%
#AE93D5 color CMYK value is (18,31,0,16).
CMYK: (18,31,0,16)
C18M31Y0K16 (18%, 31%, 0%, 16%)
(0.18 / 0.31 / 0.00 / 0.16)
Color #AE93D5 in popluar color models
AE | 93 | D5 | |
---|---|---|---|
RGB | 174 | 147 | 213 |
HSL | 265° | 44.00% | 70.59% |
HSB/HSV | 265° | 30.99% | 83.53% |
CMYK | 18.31% | 30.99% | 0.00% |
16.47% |
Color #AE93D5 in popluar number systems.
HEX | AE | 93 | D5 |
Decimal | 174 | 147 | 213 |
Binary | 10101110 | 10010011 | 11010101 |
Octal | 256 | 223 | 325 |
Shades of #AE93D5
Tints of #AE93D5
Examples of css and html codes for elements with #AE93D5 color. Also use rgb(174,147,213) instead hex code.
.myTextColor { color: #AE93D5; }
<p style="color:#AE93D5">This sample text font color is #AE93D5.</p>
This text font color is #AE93D5.
.myBgColor { background-color: #AE93D5; }
<div style="background-color:#AE93D5">Inner text</div>
This div background color is #AE93D5.
.myBorderColor { border: 1px solid #AE93D5; }
<div style="border:3px solid #AE93D5">Div</div>
This div border color is #AE93D5.
.myOpacity80 { color: #AE93D5; opacity: 0.8; }
<p style="color:#AE93D5;opacity:0.8;">80%</p>
Text with #AE93D5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE93D5;}
<p style="text-shadow: 3px 3px 1px #AE93D5">Text here.</p>
This text has shadow with #AE93D5 color.
.textShadow {text-shadow: 3px 3px 1px #AE93D5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE93D5, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE93D5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE93D5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE93D5, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE93D5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE93D5;
-webkit-box-shadow: 1px 1px 3px 2px #AE93D5;
box-shadow: 1px 1px 3px 2px #AE93D5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE93D5; -webkit-box-shadow: 1px 1px 3px 2px #AE93D5; box-shadow:1px 1px 3px 2px #AE93D5;">
Div content here
</div>
This text has color #AE93D5 on black background.
This text has color #AE93D5 on white background.
This text has black color on #AE93D5 background.
This text has white color on #AE93D5 background.
Complementary color for #hex is #516C2A.