Shades of Deep Lilac #A960C1
Tints of Deep Lilac #A960C1
RGB
CMYK
RGB Variations
Color information
#A960C1 (or 0xA960C1) is known color: Deep Lilac. HEX triplet: A9, 60 and C1. RGB value is (169,96,193). Sum of RGB (Red+Green+Blue) = 169+96+193=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #A960C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960C1 is #569F3E. Grayscale: #808080. Windows color (decimal): -5676863 or 12673193. OLE color: 12673193.
HSL color Cylindrical-coordinate representation of color #A960C1: hue angle of 285.15º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A960C1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 96 | 193 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.24 |
| HSL | 285.15º | 0.44% | 0.57% | - |
| HSV(B) | 285.15º | 0.5% | 0.76% | - |
| XYZ | 30.17 | 20.65 | 52.85 | - |
| YUV | 128.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 193 | 0.12 | 0.50 | 0 | 0.24 | 285.15 | 0.44 | 0.57 |
| Hex | A9 | 60 | C1 | C | 32 | 0 | 18 | 11D | 2C | 39 |
| Octal | 251 | 140 | 301 | 14 | 62 | 0 | 30 | 435 | 54 | 71 |
| Binary | 10101001 | 1100000 | 11000001 | 1100 | 110010 | 0 | 11000 | 100011101 | 101100 | 111001 |
Color Harmonies of #A960C1
Complementary color
Monochromatic Colors of #A960C1
Black with #A960C1
Text Example
Text Example
White with #A960C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960C1; }
p { color: rgb(169,96,193); }
H1.HeaderClassName
{
color: #A960C1;
}
.AnyTagClassName
{
color: #A960C1;
}
</style>
background-color css
<style>
a { background-color: #A960C1; }
a { background-color: rgb(169,96,193); }
div.DivClassName
{
background-color: #A960C1;
}
.BgClassName
{
background-color: #A960C1;
}
</style>
border-color css
<style>
span { border-color: #A960C1; }
span { border-color: rgb(169,96,193); }
td.TdClassName
{
border-color: #A960C1;
}
.TagClassName
{
border-color: #A960C1;
}
</style>