HEX: #AE98DF
RGB: (174,152,223)
#AE98DF contains mainly red and blue colors. Web safe color of #AE98DF is #9999CC (or #99C).
#AE98DF color RGB value is (174,152,223).
RGB: (174,152,223)
(68%, 60%, 87%)
R 174 of 255 = 68%
G 152 of 255 = 60%
B 223 of 255 = 87%
R + G + B ~ 72%. #AE98DF is quite light color.
R + G + B = 174 + 152 + 223 = 549 (100%)
R 174 of 549 ~ 31.69%
G 152 of 549 ~ 27.69%
B 223 of 549 ~ 40.62'%
#AE98DF color CMYK value is (22,32,0,13).
CMYK: (22,32,0,13)
C22M32Y0K13 (22%, 32%, 0%, 13%)
(0.22 / 0.32 / 0.00 / 0.13)
Color #AE98DF in popluar color models
AE | 98 | DF | |
---|---|---|---|
RGB | 174 | 152 | 223 |
HSL | 259° | 52.59% | 73.53% |
HSB/HSV | 259° | 31.84% | 87.45% |
CMYK | 21.97% | 31.84% | 0.00% |
12.55% |
Color #AE98DF in popluar number systems.
HEX | AE | 98 | DF |
Decimal | 174 | 152 | 223 |
Binary | 10101110 | 10011000 | 11011111 |
Octal | 256 | 230 | 337 |
Shades of #AE98DF
Tints of #AE98DF
Examples of css and html codes for elements with #AE98DF color. Also use rgb(174,152,223) instead hex code.
.myTextColor { color: #AE98DF; }
<p style="color:#AE98DF">This sample text font color is #AE98DF.</p>
This text font color is #AE98DF.
.myBgColor { background-color: #AE98DF; }
<div style="background-color:#AE98DF">Inner text</div>
This div background color is #AE98DF.
.myBorderColor { border: 1px solid #AE98DF; }
<div style="border:3px solid #AE98DF">Div</div>
This div border color is #AE98DF.
.myOpacity80 { color: #AE98DF; opacity: 0.8; }
<p style="color:#AE98DF;opacity:0.8;">80%</p>
Text with #AE98DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE98DF;}
<p style="text-shadow: 3px 3px 1px #AE98DF">Text here.</p>
This text has shadow with #AE98DF color.
.textShadow {text-shadow: 3px 3px 1px #AE98DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE98DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE98DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE98DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE98DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE98DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE98DF;
-webkit-box-shadow: 1px 1px 3px 2px #AE98DF;
box-shadow: 1px 1px 3px 2px #AE98DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE98DF; -webkit-box-shadow: 1px 1px 3px 2px #AE98DF; box-shadow:1px 1px 3px 2px #AE98DF;">
Div content here
</div>
This text has color #AE98DF on black background.
This text has color #AE98DF on white background.
This text has black color on #AE98DF background.
This text has white color on #AE98DF background.
Complementary color for #hex is #516720.