HEX: #A09EDB
RGB: (160,158,219)
#A09EDB contains mainly red and blue colors. Web safe color of #A09EDB is #9999CC (or #99C).
#A09EDB color RGB value is (160,158,219).
RGB: (160,158,219)
(63%, 62%, 86%)
R 160 of 255 = 63%
G 158 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 70%. #A09EDB is quite light color.
R + G + B = 160 + 158 + 219 = 537 (100%)
R 160 of 537 ~ 29.8%
G 158 of 537 ~ 29.42%
B 219 of 537 ~ 40.78'%
#A09EDB color CMYK value is (27,28,0,14).
CMYK: (27,28,0,14) C27M28Y0K14 (27%,28%,0%,14%) (0.27/0.28/0.00/0.14)
Color #A09EDB in popluar color models
A0 | 9E | DB | |
---|---|---|---|
RGB | 160 | 158 | 219 |
HSL | 242° | 45.86% | 73.92% |
HSB/HSV | 242° | 27.85% | 85.88% |
CMYK | 26.94% | 27.85% | 0.00% |
14.12% |
Color #A09EDB in popluar number systems.
HEX | A0 | 9E | DB |
Decimal | 160 | 158 | 219 |
Binary | 10100000 | 10011110 | 11011011 |
Octal | 240 | 236 | 333 |
Shades of #A09EDB
Tints of #A09EDB
Examples of css and html codes for elements with #A09EDB color. Also use rgb(160,158,219) instead hex code.
.myTextColor { color: #A09EDB; }
<p style="color:#A09EDB">This sample text font color is #A09EDB.</p>
This text font color is #A09EDB.
.myBgColor { background-color: #A09EDB; }
<div style="background-color:#A09EDB">Inner text</div>
This div background color is #A09EDB.
.myBorderColor { border: 1px solid #A09EDB; }
<div style="border:3px solid #A09EDB">Div</div>
This div border color is #A09EDB.
.myOpacity80 { color: #A09EDB; opacity: 0.8; }
<p style="color:#A09EDB;opacity:0.8;">80%</p>
Text with #A09EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A09EDB;}
<p style="text-shadow: 3px 3px 1px #A09EDB">Text here.</p>
This text has shadow with #A09EDB color.
.textShadow {text-shadow: 3px 3px 1px #A09EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A09EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A09EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A09EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A09EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A09EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A09EDB;
-webkit-box-shadow: 1px 1px 3px 2px #A09EDB;
box-shadow: 1px 1px 3px 2px #A09EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A09EDB; -webkit-box-shadow: 1px 1px 3px 2px #A09EDB; box-shadow:1px 1px 3px 2px #A09EDB;">
Div content here
</div>
This text has color #A09EDB on black background.
This text has color #A09EDB on white background.
This text has black color on #A09EDB background.
This text has white color on #A09EDB background.
Complementary color for #hex is #5F6124.