Shades of Deep Lilac #A96EBA
Tints of Deep Lilac #A96EBA
RGB
CMYK
RGB Variations
Color information
#A96EBA (or 0xA96EBA) is known color: Deep Lilac. HEX triplet: A9, 6E and BA. RGB value is (169,110,186). Sum of RGB (Red+Green+Blue) = 169+110+186=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A96EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EBA is #569145. Grayscale: #888888. Windows color (decimal): -5673286 or 12218025. OLE color: 12218025.
HSL color Cylindrical-coordinate representation of color #A96EBA: hue angle of 286.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96EBA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 110 | 186 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.27 |
| HSL | 286.58º | 0.36% | 0.58% | - |
| HSV(B) | 286.58º | 0.41% | 0.73% | - |
| XYZ | 30.8 | 23.13 | 49.3 | - |
| YUV | 136.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 186 | 0.09 | 0.41 | 0 | 0.27 | 286.58 | 0.36 | 0.58 |
| Hex | A9 | 6E | BA | 9 | 29 | 0 | 1B | 11F | 24 | 3A |
| Octal | 251 | 156 | 272 | 11 | 51 | 0 | 33 | 437 | 44 | 72 |
| Binary | 10101001 | 1101110 | 10111010 | 1001 | 101001 | 0 | 11011 | 100011111 | 100100 | 111010 |
Color Harmonies of #A96EBA
Complementary color
Monochromatic Colors of #A96EBA
Black with #A96EBA
Text Example
Text Example
White with #A96EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EBA; }
p { color: rgb(169,110,186); }
H1.HeaderClassName
{
color: #A96EBA;
}
.AnyTagClassName
{
color: #A96EBA;
}
</style>
background-color css
<style>
a { background-color: #A96EBA; }
a { background-color: rgb(169,110,186); }
div.DivClassName
{
background-color: #A96EBA;
}
.BgClassName
{
background-color: #A96EBA;
}
</style>
border-color css
<style>
span { border-color: #A96EBA; }
span { border-color: rgb(169,110,186); }
td.TdClassName
{
border-color: #A96EBA;
}
.TagClassName
{
border-color: #A96EBA;
}
</style>