HEX: #AEA0DB
RGB: (174,160,219)
#AEA0DB contains red, green and blue colors in about the same proportion. Web safe color of #AEA0DB is #9999CC (or #99C).
#AEA0DB color RGB value is (174,160,219).
RGB: (174,160,219)
(68%, 63%, 86%)
R 174 of 255 = 68%
G 160 of 255 = 63%
B 219 of 255 = 86%
R + G + B ~ 72%. #AEA0DB is quite light color.
R + G + B = 174 + 160 + 219 = 553 (100%)
R 174 of 553 ~ 31.46%
G 160 of 553 ~ 28.93%
B 219 of 553 ~ 39.6'%
#AEA0DB color CMYK value is (21,27,0,14).
CMYK: (21,27,0,14) C21M27Y0K14 (21%,27%,0%,14%) (0.21/0.27/0.00/0.14)
Color #AEA0DB in popluar color models
AE | A0 | DB | |
---|---|---|---|
RGB | 174 | 160 | 219 |
HSL | 254° | 45.04% | 74.31% |
HSB/HSV | 254° | 26.94% | 85.88% |
CMYK | 20.55% | 26.94% | 0.00% |
14.12% |
Color #AEA0DB in popluar number systems.
HEX | AE | A0 | DB |
Decimal | 174 | 160 | 219 |
Binary | 10101110 | 10100000 | 11011011 |
Octal | 256 | 240 | 333 |
Shades of #AEA0DB
Tints of #AEA0DB
Examples of css and html codes for elements with #AEA0DB color. Also use rgb(174,160,219) instead hex code.
.myTextColor { color: #AEA0DB; }
<p style="color:#AEA0DB">This sample text font color is #AEA0DB.</p>
This text font color is #AEA0DB.
.myBgColor { background-color: #AEA0DB; }
<div style="background-color:#AEA0DB">Inner text</div>
This div background color is #AEA0DB.
.myBorderColor { border: 1px solid #AEA0DB; }
<div style="border:3px solid #AEA0DB">Div</div>
This div border color is #AEA0DB.
.myOpacity80 { color: #AEA0DB; opacity: 0.8; }
<p style="color:#AEA0DB;opacity:0.8;">80%</p>
Text with #AEA0DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEA0DB;}
<p style="text-shadow: 3px 3px 1px #AEA0DB">Text here.</p>
This text has shadow with #AEA0DB color.
.textShadow {text-shadow: 3px 3px 1px #AEA0DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEA0DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEA0DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEA0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEA0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEA0DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEA0DB;
-webkit-box-shadow: 1px 1px 3px 2px #AEA0DB;
box-shadow: 1px 1px 3px 2px #AEA0DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEA0DB; -webkit-box-shadow: 1px 1px 3px 2px #AEA0DB; box-shadow:1px 1px 3px 2px #AEA0DB;">
Div content here
</div>
This text has color #AEA0DB on black background.
This text has color #AEA0DB on white background.
This text has black color on #AEA0DB background.
This text has white color on #AEA0DB background.
Complementary color for #hex is #515F24.