Shades of Deep Lilac #A252BA
Tints of Deep Lilac #A252BA
RGB
CMYK
RGB Variations
Color information
#A252BA (or 0xA252BA) is known color: Deep Lilac. HEX triplet: A2, 52 and BA. RGB value is (162,82,186). Sum of RGB (Red+Green+Blue) = 162+82+186=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A252BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252BA is #5DAD45. Grayscale: #757575. Windows color (decimal): -6139206 or 12210850. OLE color: 12210850.
HSL color Cylindrical-coordinate representation of color #A252BA: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A252BA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 82 | 186 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.27 |
| HSL | 286.15º | 0.43% | 0.53% | - |
| HSV(B) | 286.15º | 0.56% | 0.73% | - |
| XYZ | 26.78 | 17.26 | 48.37 | - |
| YUV | 117.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 186 | 0.13 | 0.56 | 0 | 0.27 | 286.15 | 0.43 | 0.53 |
| Hex | A2 | 52 | BA | D | 38 | 0 | 1B | 11E | 2B | 35 |
| Octal | 242 | 122 | 272 | 15 | 70 | 0 | 33 | 436 | 53 | 65 |
| Binary | 10100010 | 1010010 | 10111010 | 1101 | 111000 | 0 | 11011 | 100011110 | 101011 | 110101 |
Color Harmonies of #A252BA
Complementary color
Monochromatic Colors of #A252BA
Black with #A252BA
Text Example
Text Example
White with #A252BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252BA; }
p { color: rgb(162,82,186); }
H1.HeaderClassName
{
color: #A252BA;
}
.AnyTagClassName
{
color: #A252BA;
}
</style>
background-color css
<style>
a { background-color: #A252BA; }
a { background-color: rgb(162,82,186); }
div.DivClassName
{
background-color: #A252BA;
}
.BgClassName
{
background-color: #A252BA;
}
</style>
border-color css
<style>
span { border-color: #A252BA; }
span { border-color: rgb(162,82,186); }
td.TdClassName
{
border-color: #A252BA;
}
.TagClassName
{
border-color: #A252BA;
}
</style>