Shades of Deep Lilac #A152CE
Tints of Deep Lilac #A152CE
RGB
CMYK
RGB Variations
Color information
#A152CE (or 0xA152CE) is known color: Deep Lilac. HEX triplet: A1, 52 and CE. RGB value is (161,82,206). Sum of RGB (Red+Green+Blue) = 161+82+206=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A152CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152CE is #5EAD31. Grayscale: #777777. Windows color (decimal): -6204722 or 13521569. OLE color: 13521569.
HSL color Cylindrical-coordinate representation of color #A152CE: hue angle of 278.23º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A152CE is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 82 | 206 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.19 |
| HSL | 278.23º | 0.56% | 0.56% | - |
| HSV(B) | 278.23º | 0.6% | 0.81% | - |
| XYZ | 28.86 | 18.07 | 60.36 | - |
| YUV | 119.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 206 | 0.22 | 0.60 | 0 | 0.19 | 278.23 | 0.56 | 0.56 |
| Hex | A1 | 52 | CE | 16 | 3C | 0 | 13 | 116 | 38 | 38 |
| Octal | 241 | 122 | 316 | 26 | 74 | 0 | 23 | 426 | 70 | 70 |
| Binary | 10100001 | 1010010 | 11001110 | 10110 | 111100 | 0 | 10011 | 100010110 | 111000 | 111000 |
Color Harmonies of #A152CE
Complementary color
Monochromatic Colors of #A152CE
Black with #A152CE
Text Example
Text Example
White with #A152CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152CE; }
p { color: rgb(161,82,206); }
H1.HeaderClassName
{
color: #A152CE;
}
.AnyTagClassName
{
color: #A152CE;
}
</style>
background-color css
<style>
a { background-color: #A152CE; }
a { background-color: rgb(161,82,206); }
div.DivClassName
{
background-color: #A152CE;
}
.BgClassName
{
background-color: #A152CE;
}
</style>
border-color css
<style>
span { border-color: #A152CE; }
span { border-color: rgb(161,82,206); }
td.TdClassName
{
border-color: #A152CE;
}
.TagClassName
{
border-color: #A152CE;
}
</style>