Shades of Deep Lilac #A96BC0
Tints of Deep Lilac #A96BC0
RGB
CMYK
RGB Variations
Color information
#A96BC0 (or 0xA96BC0) is known color: Deep Lilac. HEX triplet: A9, 6B and C0. RGB value is (169,107,192). Sum of RGB (Red+Green+Blue) = 169+107+192=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #A96BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BC0 is #56943F. Grayscale: #868686. Windows color (decimal): -5674048 or 12610473. OLE color: 12610473.
HSL color Cylindrical-coordinate representation of color #A96BC0: hue angle of 283.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96BC0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 107 | 192 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.25 |
| HSL | 283.76º | 0.4% | 0.59% | - |
| HSV(B) | 283.76º | 0.44% | 0.75% | - |
| XYZ | 31.13 | 22.76 | 52.62 | - |
| YUV | 135.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 192 | 0.12 | 0.44 | 0 | 0.25 | 283.76 | 0.4 | 0.59 |
| Hex | A9 | 6B | C0 | C | 2C | 0 | 19 | 11C | 28 | 3B |
| Octal | 251 | 153 | 300 | 14 | 54 | 0 | 31 | 434 | 50 | 73 |
| Binary | 10101001 | 1101011 | 11000000 | 1100 | 101100 | 0 | 11001 | 100011100 | 101000 | 111011 |
Color Harmonies of #A96BC0
Complementary color
Monochromatic Colors of #A96BC0
Black with #A96BC0
Text Example
Text Example
White with #A96BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BC0; }
p { color: rgb(169,107,192); }
H1.HeaderClassName
{
color: #A96BC0;
}
.AnyTagClassName
{
color: #A96BC0;
}
</style>
background-color css
<style>
a { background-color: #A96BC0; }
a { background-color: rgb(169,107,192); }
div.DivClassName
{
background-color: #A96BC0;
}
.BgClassName
{
background-color: #A96BC0;
}
</style>
border-color css
<style>
span { border-color: #A96BC0; }
span { border-color: rgb(169,107,192); }
td.TdClassName
{
border-color: #A96BC0;
}
.TagClassName
{
border-color: #A96BC0;
}
</style>