Shades of Deep Lilac #A961C4
Tints of Deep Lilac #A961C4
RGB
CMYK
RGB Variations
Color information
#A961C4 (or 0xA961C4) is known color: Deep Lilac. HEX triplet: A9, 61 and C4. RGB value is (169,97,196). Sum of RGB (Red+Green+Blue) = 169+97+196=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #A961C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961C4 is #569E3B. Grayscale: #818181. Windows color (decimal): -5676604 or 12870057. OLE color: 12870057.
HSL color Cylindrical-coordinate representation of color #A961C4: hue angle of 283.64º 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 #A961C4 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 97 | 196 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.23 |
| HSL | 283.64º | 0.46% | 0.57% | - |
| HSV(B) | 283.64º | 0.51% | 0.77% | - |
| XYZ | 30.6 | 20.97 | 54.66 | - |
| YUV | 129.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 196 | 0.14 | 0.51 | 0 | 0.23 | 283.64 | 0.46 | 0.57 |
| Hex | A9 | 61 | C4 | E | 33 | 0 | 17 | 11C | 2E | 39 |
| Octal | 251 | 141 | 304 | 16 | 63 | 0 | 27 | 434 | 56 | 71 |
| Binary | 10101001 | 1100001 | 11000100 | 1110 | 110011 | 0 | 10111 | 100011100 | 101110 | 111001 |
Color Harmonies of #A961C4
Complementary color
Monochromatic Colors of #A961C4
Black with #A961C4
Text Example
Text Example
White with #A961C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961C4; }
p { color: rgb(169,97,196); }
H1.HeaderClassName
{
color: #A961C4;
}
.AnyTagClassName
{
color: #A961C4;
}
</style>
background-color css
<style>
a { background-color: #A961C4; }
a { background-color: rgb(169,97,196); }
div.DivClassName
{
background-color: #A961C4;
}
.BgClassName
{
background-color: #A961C4;
}
</style>
border-color css
<style>
span { border-color: #A961C4; }
span { border-color: rgb(169,97,196); }
td.TdClassName
{
border-color: #A961C4;
}
.TagClassName
{
border-color: #A961C4;
}
</style>