Shades of Deep Lilac #A253B5
Tints of Deep Lilac #A253B5
RGB
CMYK
RGB Variations
Color information
#A253B5 (or 0xA253B5) is known color: Deep Lilac. HEX triplet: A2, 53 and B5. RGB value is (162,83,181). Sum of RGB (Red+Green+Blue) = 162+83+181=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #A253B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253B5 is #5DAC4A. Grayscale: #757575. Windows color (decimal): -6138955 or 11883426. OLE color: 11883426.
HSL color Cylindrical-coordinate representation of color #A253B5: hue angle of 288.37º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A253B5 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 83 | 181 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.29 |
| HSL | 288.37º | 0.4% | 0.52% | - |
| HSV(B) | 288.37º | 0.54% | 0.71% | - |
| XYZ | 26.33 | 17.2 | 45.65 | - |
| YUV | 117.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 181 | 0.10 | 0.54 | 0 | 0.29 | 288.37 | 0.4 | 0.52 |
| Hex | A2 | 53 | B5 | A | 36 | 0 | 1D | 120 | 28 | 34 |
| Octal | 242 | 123 | 265 | 12 | 66 | 0 | 35 | 440 | 50 | 64 |
| Binary | 10100010 | 1010011 | 10110101 | 1010 | 110110 | 0 | 11101 | 100100000 | 101000 | 110100 |
Color Harmonies of #A253B5
Complementary color
Monochromatic Colors of #A253B5
Black with #A253B5
Text Example
Text Example
White with #A253B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253B5; }
p { color: rgb(162,83,181); }
H1.HeaderClassName
{
color: #A253B5;
}
.AnyTagClassName
{
color: #A253B5;
}
</style>
background-color css
<style>
a { background-color: #A253B5; }
a { background-color: rgb(162,83,181); }
div.DivClassName
{
background-color: #A253B5;
}
.BgClassName
{
background-color: #A253B5;
}
</style>
border-color css
<style>
span { border-color: #A253B5; }
span { border-color: rgb(162,83,181); }
td.TdClassName
{
border-color: #A253B5;
}
.TagClassName
{
border-color: #A253B5;
}
</style>