Shades of Deep Lilac #A961C0
Tints of Deep Lilac #A961C0
RGB
CMYK
RGB Variations
Color information
#A961C0 (or 0xA961C0) is known color: Deep Lilac. HEX triplet: A9, 61 and C0. RGB value is (169,97,192). Sum of RGB (Red+Green+Blue) = 169+97+192=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #A961C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961C0 is #569E3F. Grayscale: #818181. Windows color (decimal): -5676608 or 12607913. OLE color: 12607913.
HSL color Cylindrical-coordinate representation of color #A961C0: hue angle of 285.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A961C0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 97 | 192 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.25 |
| HSL | 285.47º | 0.43% | 0.57% | - |
| HSV(B) | 285.47º | 0.49% | 0.75% | - |
| XYZ | 30.15 | 20.79 | 52.29 | - |
| YUV | 129.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 192 | 0.12 | 0.49 | 0 | 0.25 | 285.47 | 0.43 | 0.57 |
| Hex | A9 | 61 | C0 | C | 31 | 0 | 19 | 11D | 2B | 39 |
| Octal | 251 | 141 | 300 | 14 | 61 | 0 | 31 | 435 | 53 | 71 |
| Binary | 10101001 | 1100001 | 11000000 | 1100 | 110001 | 0 | 11001 | 100011101 | 101011 | 111001 |
Color Harmonies of #A961C0
Complementary color
Monochromatic Colors of #A961C0
Black with #A961C0
Text Example
Text Example
White with #A961C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961C0; }
p { color: rgb(169,97,192); }
H1.HeaderClassName
{
color: #A961C0;
}
.AnyTagClassName
{
color: #A961C0;
}
</style>
background-color css
<style>
a { background-color: #A961C0; }
a { background-color: rgb(169,97,192); }
div.DivClassName
{
background-color: #A961C0;
}
.BgClassName
{
background-color: #A961C0;
}
</style>
border-color css
<style>
span { border-color: #A961C0; }
span { border-color: rgb(169,97,192); }
td.TdClassName
{
border-color: #A961C0;
}
.TagClassName
{
border-color: #A961C0;
}
</style>