Shades of Deep Lilac #A252D0
Tints of Deep Lilac #A252D0
RGB
CMYK
RGB Variations
Color information
#A252D0 (or 0xA252D0) is known color: Deep Lilac. HEX triplet: A2, 52 and D0. RGB value is (162,82,208). Sum of RGB (Red+Green+Blue) = 162+82+208=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A252D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252D0 is #5DAD2F. Grayscale: #777777. Windows color (decimal): -6139184 or 13652642. OLE color: 13652642.
HSL color Cylindrical-coordinate representation of color #A252D0: hue angle of 278.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A252D0 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 82 | 208 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.18 |
| HSL | 278.1º | 0.57% | 0.57% | - |
| HSV(B) | 278.1º | 0.61% | 0.82% | - |
| XYZ | 29.3 | 18.27 | 61.66 | - |
| YUV | 120.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 208 | 0.22 | 0.61 | 0 | 0.18 | 278.1 | 0.57 | 0.57 |
| Hex | A2 | 52 | D0 | 16 | 3D | 0 | 12 | 116 | 39 | 39 |
| Octal | 242 | 122 | 320 | 26 | 75 | 0 | 22 | 426 | 71 | 71 |
| Binary | 10100010 | 1010010 | 11010000 | 10110 | 111101 | 0 | 10010 | 100010110 | 111001 | 111001 |
Color Harmonies of #A252D0
Complementary color
Monochromatic Colors of #A252D0
Black with #A252D0
Text Example
Text Example
White with #A252D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252D0; }
p { color: rgb(162,82,208); }
H1.HeaderClassName
{
color: #A252D0;
}
.AnyTagClassName
{
color: #A252D0;
}
</style>
background-color css
<style>
a { background-color: #A252D0; }
a { background-color: rgb(162,82,208); }
div.DivClassName
{
background-color: #A252D0;
}
.BgClassName
{
background-color: #A252D0;
}
</style>
border-color css
<style>
span { border-color: #A252D0; }
span { border-color: rgb(162,82,208); }
td.TdClassName
{
border-color: #A252D0;
}
.TagClassName
{
border-color: #A252D0;
}
</style>