Shades of Deep Lilac #A96DBD
Tints of Deep Lilac #A96DBD
RGB
CMYK
RGB Variations
Color information
#A96DBD (or 0xA96DBD) is known color: Deep Lilac. HEX triplet: A9, 6D and BD. RGB value is (169,109,189). Sum of RGB (Red+Green+Blue) = 169+109+189=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A96DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DBD is #569242. Grayscale: #878787. Windows color (decimal): -5673539 or 12414377. OLE color: 12414377.
HSL color Cylindrical-coordinate representation of color #A96DBD: hue angle of 285º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96DBD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 109 | 189 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.26 |
| HSL | 285º | 0.38% | 0.58% | - |
| HSV(B) | 285º | 0.42% | 0.74% | - |
| XYZ | 31.02 | 23.05 | 50.96 | - |
| YUV | 136.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 189 | 0.11 | 0.42 | 0 | 0.26 | 285 | 0.38 | 0.58 |
| Hex | A9 | 6D | BD | B | 2A | 0 | 1A | 11D | 26 | 3A |
| Octal | 251 | 155 | 275 | 13 | 52 | 0 | 32 | 435 | 46 | 72 |
| Binary | 10101001 | 1101101 | 10111101 | 1011 | 101010 | 0 | 11010 | 100011101 | 100110 | 111010 |
Color Harmonies of #A96DBD
Complementary color
Monochromatic Colors of #A96DBD
Black with #A96DBD
Text Example
Text Example
White with #A96DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DBD; }
p { color: rgb(169,109,189); }
H1.HeaderClassName
{
color: #A96DBD;
}
.AnyTagClassName
{
color: #A96DBD;
}
</style>
background-color css
<style>
a { background-color: #A96DBD; }
a { background-color: rgb(169,109,189); }
div.DivClassName
{
background-color: #A96DBD;
}
.BgClassName
{
background-color: #A96DBD;
}
</style>
border-color css
<style>
span { border-color: #A96DBD; }
span { border-color: rgb(169,109,189); }
td.TdClassName
{
border-color: #A96DBD;
}
.TagClassName
{
border-color: #A96DBD;
}
</style>