Shades of Deep Lilac #A961C5
Tints of Deep Lilac #A961C5
RGB
CMYK
RGB Variations
Color information
#A961C5 (or 0xA961C5) is known color: Deep Lilac. HEX triplet: A9, 61 and C5. RGB value is (169,97,197). Sum of RGB (Red+Green+Blue) = 169+97+197=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #A961C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961C5 is #569E3A. Grayscale: #818181. Windows color (decimal): -5676603 or 12935593. OLE color: 12935593.
HSL color Cylindrical-coordinate representation of color #A961C5: hue angle of 283.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A961C5 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 97 | 197 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.23 |
| HSL | 283.2º | 0.46% | 0.58% | - |
| HSV(B) | 283.2º | 0.51% | 0.77% | - |
| XYZ | 30.71 | 21.02 | 55.26 | - |
| YUV | 129.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 197 | 0.14 | 0.51 | 0 | 0.23 | 283.2 | 0.46 | 0.58 |
| Hex | A9 | 61 | C5 | E | 33 | 0 | 17 | 11B | 2E | 3A |
| Octal | 251 | 141 | 305 | 16 | 63 | 0 | 27 | 433 | 56 | 72 |
| Binary | 10101001 | 1100001 | 11000101 | 1110 | 110011 | 0 | 10111 | 100011011 | 101110 | 111010 |
Color Harmonies of #A961C5
Complementary color
Monochromatic Colors of #A961C5
Black with #A961C5
Text Example
Text Example
White with #A961C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961C5; }
p { color: rgb(169,97,197); }
H1.HeaderClassName
{
color: #A961C5;
}
.AnyTagClassName
{
color: #A961C5;
}
</style>
background-color css
<style>
a { background-color: #A961C5; }
a { background-color: rgb(169,97,197); }
div.DivClassName
{
background-color: #A961C5;
}
.BgClassName
{
background-color: #A961C5;
}
</style>
border-color css
<style>
span { border-color: #A961C5; }
span { border-color: rgb(169,97,197); }
td.TdClassName
{
border-color: #A961C5;
}
.TagClassName
{
border-color: #A961C5;
}
</style>