Shades of Deep Lilac #A253D0
Tints of Deep Lilac #A253D0
RGB
CMYK
RGB Variations
Color information
#A253D0 (or 0xA253D0) is known color: Deep Lilac. HEX triplet: A2, 53 and D0. RGB value is (162,83,208). Sum of RGB (Red+Green+Blue) = 162+83+208=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #A253D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253D0 is #5DAC2F. Grayscale: #787878. Windows color (decimal): -6138928 or 13652898. OLE color: 13652898.
HSL color Cylindrical-coordinate representation of color #A253D0: hue angle of 277.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A253D0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 83 | 208 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.18 |
| HSL | 277.92º | 0.57% | 0.57% | - |
| HSV(B) | 277.92º | 0.6% | 0.82% | - |
| XYZ | 29.38 | 18.42 | 61.68 | - |
| YUV | 120.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 208 | 0.22 | 0.60 | 0 | 0.18 | 277.92 | 0.57 | 0.57 |
| Hex | A2 | 53 | D0 | 16 | 3C | 0 | 12 | 116 | 39 | 39 |
| Octal | 242 | 123 | 320 | 26 | 74 | 0 | 22 | 426 | 71 | 71 |
| Binary | 10100010 | 1010011 | 11010000 | 10110 | 111100 | 0 | 10010 | 100010110 | 111001 | 111001 |
Color Harmonies of #A253D0
Complementary color
Monochromatic Colors of #A253D0
Black with #A253D0
Text Example
Text Example
White with #A253D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253D0; }
p { color: rgb(162,83,208); }
H1.HeaderClassName
{
color: #A253D0;
}
.AnyTagClassName
{
color: #A253D0;
}
</style>
background-color css
<style>
a { background-color: #A253D0; }
a { background-color: rgb(162,83,208); }
div.DivClassName
{
background-color: #A253D0;
}
.BgClassName
{
background-color: #A253D0;
}
</style>
border-color css
<style>
span { border-color: #A253D0; }
span { border-color: rgb(162,83,208); }
td.TdClassName
{
border-color: #A253D0;
}
.TagClassName
{
border-color: #A253D0;
}
</style>