HEX: #A495DB
RGB: (164,149,219)
#A495DB contains mainly red and blue colors. Web safe color of #A495DB is #9999CC (or #99C).
#A495DB color RGB value is (164,149,219).
RGB: (164,149,219)
(64%, 58%, 86%)
R 164 of 255 = 64%
G 149 of 255 = 58%
B 219 of 255 = 86%
R + G + B ~ 69%. #A495DB is quite light color.
R + G + B = 164 + 149 + 219 = 532 (100%)
R 164 of 532 ~ 30.83%
G 149 of 532 ~ 28.01%
B 219 of 532 ~ 41.17'%
#A495DB color CMYK value is (25,32,0,14).
CMYK: (25,32,0,14) C25M32Y0K14 (25%,32%,0%,14%) (0.25/0.32/0.00/0.14)
Color #A495DB in popluar color models
A4 | 95 | DB | |
---|---|---|---|
RGB | 164 | 149 | 219 |
HSL | 253° | 49.30% | 72.16% |
HSB/HSV | 253° | 31.96% | 85.88% |
CMYK | 25.11% | 31.96% | 0.00% |
14.12% |
Color #A495DB in popluar number systems.
HEX | A4 | 95 | DB |
Decimal | 164 | 149 | 219 |
Binary | 10100100 | 10010101 | 11011011 |
Octal | 244 | 225 | 333 |
Shades of #A495DB
Tints of #A495DB
Examples of css and html codes for elements with #A495DB color. Also use rgb(164,149,219) instead hex code.
.myTextColor { color: #A495DB; }
<p style="color:#A495DB">This sample text font color is #A495DB.</p>
This text font color is #A495DB.
.myBgColor { background-color: #A495DB; }
<div style="background-color:#A495DB">Inner text</div>
This div background color is #A495DB.
.myBorderColor { border: 1px solid #A495DB; }
<div style="border:3px solid #A495DB">Div</div>
This div border color is #A495DB.
.myOpacity80 { color: #A495DB; opacity: 0.8; }
<p style="color:#A495DB;opacity:0.8;">80%</p>
Text with #A495DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A495DB;}
<p style="text-shadow: 3px 3px 1px #A495DB">Text here.</p>
This text has shadow with #A495DB color.
.textShadow {text-shadow: 3px 3px 1px #A495DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A495DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A495DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A495DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A495DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A495DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A495DB;
-webkit-box-shadow: 1px 1px 3px 2px #A495DB;
box-shadow: 1px 1px 3px 2px #A495DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A495DB; -webkit-box-shadow: 1px 1px 3px 2px #A495DB; box-shadow:1px 1px 3px 2px #A495DB;">
Div content here
</div>
This text has color #A495DB on black background.
This text has color #A495DB on white background.
This text has black color on #A495DB background.
This text has white color on #A495DB background.
Complementary color for #hex is #5B6A24.