Shades of Deep Lilac #A96BBE
Tints of Deep Lilac #A96BBE
RGB
CMYK
RGB Variations
Color information
#A96BBE (or 0xA96BBE) is known color: Deep Lilac. HEX triplet: A9, 6B and BE. RGB value is (169,107,190). Sum of RGB (Red+Green+Blue) = 169+107+190=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BBE is #569441. Grayscale: #868686. Windows color (decimal): -5674050 or 12479401. OLE color: 12479401.
HSL color Cylindrical-coordinate representation of color #A96BBE: hue angle of 284.82º degrees, saturation: 0.39, 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 #A96BBE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 107 | 190 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.25 |
| HSL | 284.82º | 0.39% | 0.58% | - |
| HSV(B) | 284.82º | 0.44% | 0.75% | - |
| XYZ | 30.91 | 22.67 | 51.46 | - |
| YUV | 135 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 190 | 0.11 | 0.44 | 0 | 0.25 | 284.82 | 0.39 | 0.58 |
| Hex | A9 | 6B | BE | B | 2C | 0 | 19 | 11D | 27 | 3A |
| Octal | 251 | 153 | 276 | 13 | 54 | 0 | 31 | 435 | 47 | 72 |
| Binary | 10101001 | 1101011 | 10111110 | 1011 | 101100 | 0 | 11001 | 100011101 | 100111 | 111010 |
Color Harmonies of #A96BBE
Complementary color
Monochromatic Colors of #A96BBE
Black with #A96BBE
Text Example
Text Example
White with #A96BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BBE; }
p { color: rgb(169,107,190); }
H1.HeaderClassName
{
color: #A96BBE;
}
.AnyTagClassName
{
color: #A96BBE;
}
</style>
background-color css
<style>
a { background-color: #A96BBE; }
a { background-color: rgb(169,107,190); }
div.DivClassName
{
background-color: #A96BBE;
}
.BgClassName
{
background-color: #A96BBE;
}
</style>
border-color css
<style>
span { border-color: #A96BBE; }
span { border-color: rgb(169,107,190); }
td.TdClassName
{
border-color: #A96BBE;
}
.TagClassName
{
border-color: #A96BBE;
}
</style>