Shades of Deep Lilac #A253C6
Tints of Deep Lilac #A253C6
RGB
CMYK
RGB Variations
Color information
#A253C6 (or 0xA253C6) is known color: Deep Lilac. HEX triplet: A2, 53 and C6. RGB value is (162,83,198). Sum of RGB (Red+Green+Blue) = 162+83+198=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #A253C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253C6 is #5DAC39. Grayscale: #777777. Windows color (decimal): -6138938 or 12997538. OLE color: 12997538.
HSL color Cylindrical-coordinate representation of color #A253C6: hue angle of 281.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A253C6 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 83 | 198 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.22 |
| HSL | 281.22º | 0.5% | 0.55% | - |
| HSV(B) | 281.22º | 0.58% | 0.78% | - |
| XYZ | 28.19 | 17.95 | 55.4 | - |
| YUV | 119.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 198 | 0.18 | 0.58 | 0 | 0.22 | 281.22 | 0.5 | 0.55 |
| Hex | A2 | 53 | C6 | 12 | 3A | 0 | 16 | 119 | 32 | 37 |
| Octal | 242 | 123 | 306 | 22 | 72 | 0 | 26 | 431 | 62 | 67 |
| Binary | 10100010 | 1010011 | 11000110 | 10010 | 111010 | 0 | 10110 | 100011001 | 110010 | 110111 |
Color Harmonies of #A253C6
Complementary color
Monochromatic Colors of #A253C6
Black with #A253C6
Text Example
Text Example
White with #A253C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253C6; }
p { color: rgb(162,83,198); }
H1.HeaderClassName
{
color: #A253C6;
}
.AnyTagClassName
{
color: #A253C6;
}
</style>
background-color css
<style>
a { background-color: #A253C6; }
a { background-color: rgb(162,83,198); }
div.DivClassName
{
background-color: #A253C6;
}
.BgClassName
{
background-color: #A253C6;
}
</style>
border-color css
<style>
span { border-color: #A253C6; }
span { border-color: rgb(162,83,198); }
td.TdClassName
{
border-color: #A253C6;
}
.TagClassName
{
border-color: #A253C6;
}
</style>