Shades of Deep Lilac #A96CB7
Tints of Deep Lilac #A96CB7
RGB
CMYK
RGB Variations
Color information
#A96CB7 (or 0xA96CB7) is known color: Deep Lilac. HEX triplet: A9, 6C and B7. RGB value is (169,108,183). Sum of RGB (Red+Green+Blue) = 169+108+183=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #A96CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CB7 is #569348. Grayscale: #868686. Windows color (decimal): -5673801 or 12020905. OLE color: 12020905.
HSL color Cylindrical-coordinate representation of color #A96CB7: hue angle of 288.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96CB7 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 108 | 183 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.28 |
| HSL | 288.8º | 0.34% | 0.57% | - |
| HSV(B) | 288.8º | 0.41% | 0.72% | - |
| XYZ | 30.27 | 22.58 | 47.56 | - |
| YUV | 134.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 183 | 0.08 | 0.41 | 0 | 0.28 | 288.8 | 0.34 | 0.57 |
| Hex | A9 | 6C | B7 | 8 | 29 | 0 | 1C | 121 | 22 | 39 |
| Octal | 251 | 154 | 267 | 10 | 51 | 0 | 34 | 441 | 42 | 71 |
| Binary | 10101001 | 1101100 | 10110111 | 1000 | 101001 | 0 | 11100 | 100100001 | 100010 | 111001 |
Color Harmonies of #A96CB7
Complementary color
Monochromatic Colors of #A96CB7
Black with #A96CB7
Text Example
Text Example
White with #A96CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CB7; }
p { color: rgb(169,108,183); }
H1.HeaderClassName
{
color: #A96CB7;
}
.AnyTagClassName
{
color: #A96CB7;
}
</style>
background-color css
<style>
a { background-color: #A96CB7; }
a { background-color: rgb(169,108,183); }
div.DivClassName
{
background-color: #A96CB7;
}
.BgClassName
{
background-color: #A96CB7;
}
</style>
border-color css
<style>
span { border-color: #A96CB7; }
span { border-color: rgb(169,108,183); }
td.TdClassName
{
border-color: #A96CB7;
}
.TagClassName
{
border-color: #A96CB7;
}
</style>