Shades of Deep Lilac #A253C1
Tints of Deep Lilac #A253C1
RGB
CMYK
RGB Variations
Color information
#A253C1 (or 0xA253C1) is known color: Deep Lilac. HEX triplet: A2, 53 and C1. RGB value is (162,83,193). Sum of RGB (Red+Green+Blue) = 162+83+193=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #A253C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253C1 is #5DAC3E. Grayscale: #767676. Windows color (decimal): -6138943 or 12669858. OLE color: 12669858.
HSL color Cylindrical-coordinate representation of color #A253C1: hue angle of 283.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A253C1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 83 | 193 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.24 |
| HSL | 283.09º | 0.47% | 0.54% | - |
| HSV(B) | 283.09º | 0.57% | 0.76% | - |
| XYZ | 27.62 | 17.72 | 52.42 | - |
| YUV | 119.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 193 | 0.16 | 0.57 | 0 | 0.24 | 283.09 | 0.47 | 0.54 |
| Hex | A2 | 53 | C1 | 10 | 39 | 0 | 18 | 11B | 2F | 36 |
| Octal | 242 | 123 | 301 | 20 | 71 | 0 | 30 | 433 | 57 | 66 |
| Binary | 10100010 | 1010011 | 11000001 | 10000 | 111001 | 0 | 11000 | 100011011 | 101111 | 110110 |
Color Harmonies of #A253C1
Complementary color
Monochromatic Colors of #A253C1
Black with #A253C1
Text Example
Text Example
White with #A253C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253C1; }
p { color: rgb(162,83,193); }
H1.HeaderClassName
{
color: #A253C1;
}
.AnyTagClassName
{
color: #A253C1;
}
</style>
background-color css
<style>
a { background-color: #A253C1; }
a { background-color: rgb(162,83,193); }
div.DivClassName
{
background-color: #A253C1;
}
.BgClassName
{
background-color: #A253C1;
}
</style>
border-color css
<style>
span { border-color: #A253C1; }
span { border-color: rgb(162,83,193); }
td.TdClassName
{
border-color: #A253C1;
}
.TagClassName
{
border-color: #A253C1;
}
</style>