Shades of Deep Lilac #A152CF
Tints of Deep Lilac #A152CF
RGB
CMYK
RGB Variations
Color information
#A152CF (or 0xA152CF) is known color: Deep Lilac. HEX triplet: A1, 52 and CF. RGB value is (161,82,207). Sum of RGB (Red+Green+Blue) = 161+82+207=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A152CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152CF is #5EAD30. Grayscale: #777777. Windows color (decimal): -6204721 or 13587105. OLE color: 13587105.
HSL color Cylindrical-coordinate representation of color #A152CF: hue angle of 277.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A152CF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 82 | 207 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.19 |
| HSL | 277.92º | 0.57% | 0.57% | - |
| HSV(B) | 277.92º | 0.6% | 0.81% | - |
| XYZ | 28.98 | 18.12 | 61 | - |
| YUV | 119.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 207 | 0.22 | 0.60 | 0 | 0.19 | 277.92 | 0.57 | 0.57 |
| Hex | A1 | 52 | CF | 16 | 3C | 0 | 13 | 116 | 39 | 39 |
| Octal | 241 | 122 | 317 | 26 | 74 | 0 | 23 | 426 | 71 | 71 |
| Binary | 10100001 | 1010010 | 11001111 | 10110 | 111100 | 0 | 10011 | 100010110 | 111001 | 111001 |
Color Harmonies of #A152CF
Complementary color
Monochromatic Colors of #A152CF
Black with #A152CF
Text Example
Text Example
White with #A152CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152CF; }
p { color: rgb(161,82,207); }
H1.HeaderClassName
{
color: #A152CF;
}
.AnyTagClassName
{
color: #A152CF;
}
</style>
background-color css
<style>
a { background-color: #A152CF; }
a { background-color: rgb(161,82,207); }
div.DivClassName
{
background-color: #A152CF;
}
.BgClassName
{
background-color: #A152CF;
}
</style>
border-color css
<style>
span { border-color: #A152CF; }
span { border-color: rgb(161,82,207); }
td.TdClassName
{
border-color: #A152CF;
}
.TagClassName
{
border-color: #A152CF;
}
</style>