HEX: #A5A8DB
RGB: (165,168,219)
#A5A8DB contains red, green and blue colors in about the same proportion. Web safe color of #A5A8DB is #9999CC (or #99C).
#A5A8DB color RGB value is (165,168,219).
RGB: (165,168,219)
(65%, 66%, 86%)
R 165 of 255 = 65%
G 168 of 255 = 66%
B 219 of 255 = 86%
R + G + B ~ 72%. #A5A8DB is quite light color.
R + G + B = 165 + 168 + 219 = 552 (100%)
R 165 of 552 ~ 29.89%
G 168 of 552 ~ 30.43%
B 219 of 552 ~ 39.67'%
#A5A8DB color CMYK value is (25,23,0,14).
CMYK: (25,23,0,14) C25M23Y0K14 (25%,23%,0%,14%) (0.25/0.23/0.00/0.14)
Color #A5A8DB in popluar color models
A5 | A8 | DB | |
---|---|---|---|
RGB | 165 | 168 | 219 |
HSL | 237° | 42.86% | 75.29% |
HSB/HSV | 237° | 24.66% | 85.88% |
CMYK | 24.66% | 23.29% | 0.00% |
14.12% |
Color #A5A8DB in popluar number systems.
HEX | A5 | A8 | DB |
Decimal | 165 | 168 | 219 |
Binary | 10100101 | 10101000 | 11011011 |
Octal | 245 | 250 | 333 |
Shades of #A5A8DB
Tints of #A5A8DB
Examples of css and html codes for elements with #A5A8DB color. Also use rgb(165,168,219) instead hex code.
.myTextColor { color: #A5A8DB; }
<p style="color:#A5A8DB">This sample text font color is #A5A8DB.</p>
This text font color is #A5A8DB.
.myBgColor { background-color: #A5A8DB; }
<div style="background-color:#A5A8DB">Inner text</div>
This div background color is #A5A8DB.
.myBorderColor { border: 1px solid #A5A8DB; }
<div style="border:3px solid #A5A8DB">Div</div>
This div border color is #A5A8DB.
.myOpacity80 { color: #A5A8DB; opacity: 0.8; }
<p style="color:#A5A8DB;opacity:0.8;">80%</p>
Text with #A5A8DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5A8DB;}
<p style="text-shadow: 3px 3px 1px #A5A8DB">Text here.</p>
This text has shadow with #A5A8DB color.
.textShadow {text-shadow: 3px 3px 1px #A5A8DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5A8DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5A8DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5A8DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5A8DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5A8DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5A8DB;
-webkit-box-shadow: 1px 1px 3px 2px #A5A8DB;
box-shadow: 1px 1px 3px 2px #A5A8DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5A8DB; -webkit-box-shadow: 1px 1px 3px 2px #A5A8DB; box-shadow:1px 1px 3px 2px #A5A8DB;">
Div content here
</div>
This text has color #A5A8DB on black background.
This text has color #A5A8DB on white background.
This text has black color on #A5A8DB background.
This text has white color on #A5A8DB background.
Complementary color for #hex is #5A5724.