Shades of Deep Lilac #A964C1
Tints of Deep Lilac #A964C1
RGB
CMYK
RGB Variations
Color information
#A964C1 (or 0xA964C1) is known color: Deep Lilac. HEX triplet: A9, 64 and C1. RGB value is (169,100,193). Sum of RGB (Red+Green+Blue) = 169+100+193=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #A964C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964C1 is #569B3E. Grayscale: #828282. Windows color (decimal): -5675839 or 12674217. OLE color: 12674217.
HSL color Cylindrical-coordinate representation of color #A964C1: hue angle of 284.52º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A964C1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 100 | 193 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.24 |
| HSL | 284.52º | 0.43% | 0.57% | - |
| HSV(B) | 284.52º | 0.48% | 0.76% | - |
| XYZ | 30.55 | 21.4 | 52.97 | - |
| YUV | 131.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 193 | 0.12 | 0.48 | 0 | 0.24 | 284.52 | 0.43 | 0.57 |
| Hex | A9 | 64 | C1 | C | 30 | 0 | 18 | 11D | 2B | 39 |
| Octal | 251 | 144 | 301 | 14 | 60 | 0 | 30 | 435 | 53 | 71 |
| Binary | 10101001 | 1100100 | 11000001 | 1100 | 110000 | 0 | 11000 | 100011101 | 101011 | 111001 |
Color Harmonies of #A964C1
Complementary color
Monochromatic Colors of #A964C1
Black with #A964C1
Text Example
Text Example
White with #A964C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964C1; }
p { color: rgb(169,100,193); }
H1.HeaderClassName
{
color: #A964C1;
}
.AnyTagClassName
{
color: #A964C1;
}
</style>
background-color css
<style>
a { background-color: #A964C1; }
a { background-color: rgb(169,100,193); }
div.DivClassName
{
background-color: #A964C1;
}
.BgClassName
{
background-color: #A964C1;
}
</style>
border-color css
<style>
span { border-color: #A964C1; }
span { border-color: rgb(169,100,193); }
td.TdClassName
{
border-color: #A964C1;
}
.TagClassName
{
border-color: #A964C1;
}
</style>