Shades of Deep Lilac #A151CA
Tints of Deep Lilac #A151CA
RGB
CMYK
RGB Variations
Color information
#A151CA (or 0xA151CA) is known color: Deep Lilac. HEX triplet: A1, 51 and CA. RGB value is (161,81,202). Sum of RGB (Red+Green+Blue) = 161+81+202=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A151CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151CA is #5EAE35. Grayscale: #767676. Windows color (decimal): -6204982 or 13259169. OLE color: 13259169.
HSL color Cylindrical-coordinate representation of color #A151CA: hue angle of 279.67º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A151CA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 81 | 202 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.21 |
| HSL | 279.67º | 0.53% | 0.55% | - |
| HSV(B) | 279.67º | 0.6% | 0.79% | - |
| XYZ | 28.3 | 17.73 | 57.81 | - |
| YUV | 118.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 202 | 0.20 | 0.60 | 0 | 0.21 | 279.67 | 0.53 | 0.55 |
| Hex | A1 | 51 | CA | 14 | 3C | 0 | 15 | 118 | 35 | 37 |
| Octal | 241 | 121 | 312 | 24 | 74 | 0 | 25 | 430 | 65 | 67 |
| Binary | 10100001 | 1010001 | 11001010 | 10100 | 111100 | 0 | 10101 | 100011000 | 110101 | 110111 |
Color Harmonies of #A151CA
Complementary color
Monochromatic Colors of #A151CA
Black with #A151CA
Text Example
Text Example
White with #A151CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151CA; }
p { color: rgb(161,81,202); }
H1.HeaderClassName
{
color: #A151CA;
}
.AnyTagClassName
{
color: #A151CA;
}
</style>
background-color css
<style>
a { background-color: #A151CA; }
a { background-color: rgb(161,81,202); }
div.DivClassName
{
background-color: #A151CA;
}
.BgClassName
{
background-color: #A151CA;
}
</style>
border-color css
<style>
span { border-color: #A151CA; }
span { border-color: rgb(161,81,202); }
td.TdClassName
{
border-color: #A151CA;
}
.TagClassName
{
border-color: #A151CA;
}
</style>