Shades of Deep Lilac #A961C8
Tints of Deep Lilac #A961C8
RGB
CMYK
RGB Variations
Color information
#A961C8 (or 0xA961C8) is known color: Deep Lilac. HEX triplet: A9, 61 and C8. RGB value is (169,97,200). Sum of RGB (Red+Green+Blue) = 169+97+200=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A961C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961C8 is #569E37. Grayscale: #818181. Windows color (decimal): -5676600 or 13132201. OLE color: 13132201.
HSL color Cylindrical-coordinate representation of color #A961C8: hue angle of 281.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A961C8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 97 | 200 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.22 |
| HSL | 281.94º | 0.48% | 0.58% | - |
| HSV(B) | 281.94º | 0.52% | 0.78% | - |
| XYZ | 31.06 | 21.15 | 57.09 | - |
| YUV | 130.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 200 | 0.16 | 0.52 | 0 | 0.22 | 281.94 | 0.48 | 0.58 |
| Hex | A9 | 61 | C8 | 10 | 34 | 0 | 16 | 11A | 30 | 3A |
| Octal | 251 | 141 | 310 | 20 | 64 | 0 | 26 | 432 | 60 | 72 |
| Binary | 10101001 | 1100001 | 11001000 | 10000 | 110100 | 0 | 10110 | 100011010 | 110000 | 111010 |
Color Harmonies of #A961C8
Complementary color
Monochromatic Colors of #A961C8
Black with #A961C8
Text Example
Text Example
White with #A961C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961C8; }
p { color: rgb(169,97,200); }
H1.HeaderClassName
{
color: #A961C8;
}
.AnyTagClassName
{
color: #A961C8;
}
</style>
background-color css
<style>
a { background-color: #A961C8; }
a { background-color: rgb(169,97,200); }
div.DivClassName
{
background-color: #A961C8;
}
.BgClassName
{
background-color: #A961C8;
}
</style>
border-color css
<style>
span { border-color: #A961C8; }
span { border-color: rgb(169,97,200); }
td.TdClassName
{
border-color: #A961C8;
}
.TagClassName
{
border-color: #A961C8;
}
</style>