Shades of Deep Lilac #A96CBA
Tints of Deep Lilac #A96CBA
RGB
CMYK
RGB Variations
Color information
#A96CBA (or 0xA96CBA) is known color: Deep Lilac. HEX triplet: A9, 6C and BA. RGB value is (169,108,186). Sum of RGB (Red+Green+Blue) = 169+108+186=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A96CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBA is #569345. Grayscale: #868686. Windows color (decimal): -5673798 or 12217513. OLE color: 12217513.
HSL color Cylindrical-coordinate representation of color #A96CBA: hue angle of 286.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96CBA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 108 | 186 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.27 |
| HSL | 286.92º | 0.36% | 0.58% | - |
| HSV(B) | 286.92º | 0.42% | 0.73% | - |
| XYZ | 30.59 | 22.71 | 49.22 | - |
| YUV | 135.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 186 | 0.09 | 0.42 | 0 | 0.27 | 286.92 | 0.36 | 0.58 |
| Hex | A9 | 6C | BA | 9 | 2A | 0 | 1B | 11F | 24 | 3A |
| Octal | 251 | 154 | 272 | 11 | 52 | 0 | 33 | 437 | 44 | 72 |
| Binary | 10101001 | 1101100 | 10111010 | 1001 | 101010 | 0 | 11011 | 100011111 | 100100 | 111010 |
Color Harmonies of #A96CBA
Complementary color
Monochromatic Colors of #A96CBA
Black with #A96CBA
Text Example
Text Example
White with #A96CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CBA; }
p { color: rgb(169,108,186); }
H1.HeaderClassName
{
color: #A96CBA;
}
.AnyTagClassName
{
color: #A96CBA;
}
</style>
background-color css
<style>
a { background-color: #A96CBA; }
a { background-color: rgb(169,108,186); }
div.DivClassName
{
background-color: #A96CBA;
}
.BgClassName
{
background-color: #A96CBA;
}
</style>
border-color css
<style>
span { border-color: #A96CBA; }
span { border-color: rgb(169,108,186); }
td.TdClassName
{
border-color: #A96CBA;
}
.TagClassName
{
border-color: #A96CBA;
}
</style>