Shades of Deep Lilac #A96BBF
Tints of Deep Lilac #A96BBF
RGB
CMYK
RGB Variations
Color information
#A96BBF (or 0xA96BBF) is known color: Deep Lilac. HEX triplet: A9, 6B and BF. RGB value is (169,107,191). Sum of RGB (Red+Green+Blue) = 169+107+191=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BBF is #569440. Grayscale: #868686. Windows color (decimal): -5674049 or 12544937. OLE color: 12544937.
HSL color Cylindrical-coordinate representation of color #A96BBF: hue angle of 284.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96BBF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 107 | 191 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.25 |
| HSL | 284.29º | 0.4% | 0.58% | - |
| HSV(B) | 284.29º | 0.44% | 0.75% | - |
| XYZ | 31.02 | 22.71 | 52.04 | - |
| YUV | 135.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 191 | 0.12 | 0.44 | 0 | 0.25 | 284.29 | 0.4 | 0.58 |
| Hex | A9 | 6B | BF | C | 2C | 0 | 19 | 11C | 28 | 3A |
| Octal | 251 | 153 | 277 | 14 | 54 | 0 | 31 | 434 | 50 | 72 |
| Binary | 10101001 | 1101011 | 10111111 | 1100 | 101100 | 0 | 11001 | 100011100 | 101000 | 111010 |
Color Harmonies of #A96BBF
Complementary color
Monochromatic Colors of #A96BBF
Black with #A96BBF
Text Example
Text Example
White with #A96BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BBF; }
p { color: rgb(169,107,191); }
H1.HeaderClassName
{
color: #A96BBF;
}
.AnyTagClassName
{
color: #A96BBF;
}
</style>
background-color css
<style>
a { background-color: #A96BBF; }
a { background-color: rgb(169,107,191); }
div.DivClassName
{
background-color: #A96BBF;
}
.BgClassName
{
background-color: #A96BBF;
}
</style>
border-color css
<style>
span { border-color: #A96BBF; }
span { border-color: rgb(169,107,191); }
td.TdClassName
{
border-color: #A96BBF;
}
.TagClassName
{
border-color: #A96BBF;
}
</style>