Shades of Deep Lilac #A252B4
Tints of Deep Lilac #A252B4
RGB
CMYK
RGB Variations
Color information
#A252B4 (or 0xA252B4) is known color: Deep Lilac. HEX triplet: A2, 52 and B4. RGB value is (162,82,180). Sum of RGB (Red+Green+Blue) = 162+82+180=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A252B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252B4 is #5DAD4B. Grayscale: #747474. Windows color (decimal): -6139212 or 11817634. OLE color: 11817634.
HSL color Cylindrical-coordinate representation of color #A252B4: hue angle of 288.98º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A252B4 is Cyan = 0.1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 82 | 180 | - |
| CMYK | 0.1 | 0.54 | 0 | 0.29 |
| HSL | 288.98º | 0.4% | 0.51% | - |
| HSV(B) | 288.98º | 0.54% | 0.71% | - |
| XYZ | 26.16 | 17.01 | 45.08 | - |
| YUV | 117.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 180 | 0.1 | 0.54 | 0 | 0.29 | 288.98 | 0.4 | 0.51 |
| Hex | A2 | 52 | B4 | A | 36 | 0 | 1D | 121 | 28 | 33 |
| Octal | 242 | 122 | 264 | 12 | 66 | 0 | 35 | 441 | 50 | 63 |
| Binary | 10100010 | 1010010 | 10110100 | 1010 | 110110 | 0 | 11101 | 100100001 | 101000 | 110011 |
Color Harmonies of #A252B4
Complementary color
Monochromatic Colors of #A252B4
Black with #A252B4
Text Example
Text Example
White with #A252B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252B4; }
p { color: rgb(162,82,180); }
H1.HeaderClassName
{
color: #A252B4;
}
.AnyTagClassName
{
color: #A252B4;
}
</style>
background-color css
<style>
a { background-color: #A252B4; }
a { background-color: rgb(162,82,180); }
div.DivClassName
{
background-color: #A252B4;
}
.BgClassName
{
background-color: #A252B4;
}
</style>
border-color css
<style>
span { border-color: #A252B4; }
span { border-color: rgb(162,82,180); }
td.TdClassName
{
border-color: #A252B4;
}
.TagClassName
{
border-color: #A252B4;
}
</style>