Shades of Deep Lilac #A960C4
Tints of Deep Lilac #A960C4
RGB
CMYK
RGB Variations
Color information
#A960C4 (or 0xA960C4) is known color: Deep Lilac. HEX triplet: A9, 60 and C4. RGB value is (169,96,196). Sum of RGB (Red+Green+Blue) = 169+96+196=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A960C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960C4 is #569F3B. Grayscale: #808080. Windows color (decimal): -5676860 or 12869801. OLE color: 12869801.
HSL color Cylindrical-coordinate representation of color #A960C4: hue angle of 283.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A960C4 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 96 | 196 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.23 |
| HSL | 283.8º | 0.46% | 0.57% | - |
| HSV(B) | 283.8º | 0.51% | 0.77% | - |
| XYZ | 30.51 | 20.79 | 54.63 | - |
| YUV | 129.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 196 | 0.14 | 0.51 | 0 | 0.23 | 283.8 | 0.46 | 0.57 |
| Hex | A9 | 60 | C4 | E | 33 | 0 | 17 | 11C | 2E | 39 |
| Octal | 251 | 140 | 304 | 16 | 63 | 0 | 27 | 434 | 56 | 71 |
| Binary | 10101001 | 1100000 | 11000100 | 1110 | 110011 | 0 | 10111 | 100011100 | 101110 | 111001 |
Color Harmonies of #A960C4
Complementary color
Monochromatic Colors of #A960C4
Black with #A960C4
Text Example
Text Example
White with #A960C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960C4; }
p { color: rgb(169,96,196); }
H1.HeaderClassName
{
color: #A960C4;
}
.AnyTagClassName
{
color: #A960C4;
}
</style>
background-color css
<style>
a { background-color: #A960C4; }
a { background-color: rgb(169,96,196); }
div.DivClassName
{
background-color: #A960C4;
}
.BgClassName
{
background-color: #A960C4;
}
</style>
border-color css
<style>
span { border-color: #A960C4; }
span { border-color: rgb(169,96,196); }
td.TdClassName
{
border-color: #A960C4;
}
.TagClassName
{
border-color: #A960C4;
}
</style>