Shades of Deep Lilac #A964BA
Tints of Deep Lilac #A964BA
RGB
CMYK
RGB Variations
Color information
#A964BA (or 0xA964BA) is known color: Deep Lilac. HEX triplet: A9, 64 and BA. RGB value is (169,100,186). Sum of RGB (Red+Green+Blue) = 169+100+186=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A964BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BA is #569B45. Grayscale: #828282. Windows color (decimal): -5675846 or 12215465. OLE color: 12215465.
HSL color Cylindrical-coordinate representation of color #A964BA: hue angle of 288.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A964BA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 100 | 186 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.27 |
| HSL | 288.14º | 0.38% | 0.56% | - |
| HSV(B) | 288.14º | 0.46% | 0.73% | - |
| XYZ | 29.78 | 21.09 | 48.96 | - |
| YUV | 130.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 186 | 0.09 | 0.46 | 0 | 0.27 | 288.14 | 0.38 | 0.56 |
| Hex | A9 | 64 | BA | 9 | 2E | 0 | 1B | 120 | 26 | 38 |
| Octal | 251 | 144 | 272 | 11 | 56 | 0 | 33 | 440 | 46 | 70 |
| Binary | 10101001 | 1100100 | 10111010 | 1001 | 101110 | 0 | 11011 | 100100000 | 100110 | 111000 |
Color Harmonies of #A964BA
Complementary color
Monochromatic Colors of #A964BA
Black with #A964BA
Text Example
Text Example
White with #A964BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964BA; }
p { color: rgb(169,100,186); }
H1.HeaderClassName
{
color: #A964BA;
}
.AnyTagClassName
{
color: #A964BA;
}
</style>
background-color css
<style>
a { background-color: #A964BA; }
a { background-color: rgb(169,100,186); }
div.DivClassName
{
background-color: #A964BA;
}
.BgClassName
{
background-color: #A964BA;
}
</style>
border-color css
<style>
span { border-color: #A964BA; }
span { border-color: rgb(169,100,186); }
td.TdClassName
{
border-color: #A964BA;
}
.TagClassName
{
border-color: #A964BA;
}
</style>