Shades of Deep Lilac #A353CA
Tints of Deep Lilac #A353CA
RGB
CMYK
RGB Variations
Color information
#A353CA (or 0xA353CA) is known color: Deep Lilac. HEX triplet: A3, 53 and CA. RGB value is (163,83,202). Sum of RGB (Red+Green+Blue) = 163+83+202=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #A353CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353CA is #5CAC35. Grayscale: #787878. Windows color (decimal): -6073398 or 13259683. OLE color: 13259683.
HSL color Cylindrical-coordinate representation of color #A353CA: hue angle of 280.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A353CA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 83 | 202 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.21 |
| HSL | 280.34º | 0.53% | 0.56% | - |
| HSV(B) | 280.34º | 0.59% | 0.79% | - |
| XYZ | 28.86 | 18.24 | 57.88 | - |
| YUV | 120.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 202 | 0.19 | 0.59 | 0 | 0.21 | 280.34 | 0.53 | 0.56 |
| Hex | A3 | 53 | CA | 13 | 3B | 0 | 15 | 118 | 35 | 38 |
| Octal | 243 | 123 | 312 | 23 | 73 | 0 | 25 | 430 | 65 | 70 |
| Binary | 10100011 | 1010011 | 11001010 | 10011 | 111011 | 0 | 10101 | 100011000 | 110101 | 111000 |
Color Harmonies of #A353CA
Complementary color
Monochromatic Colors of #A353CA
Black with #A353CA
Text Example
Text Example
White with #A353CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353CA; }
p { color: rgb(163,83,202); }
H1.HeaderClassName
{
color: #A353CA;
}
.AnyTagClassName
{
color: #A353CA;
}
</style>
background-color css
<style>
a { background-color: #A353CA; }
a { background-color: rgb(163,83,202); }
div.DivClassName
{
background-color: #A353CA;
}
.BgClassName
{
background-color: #A353CA;
}
</style>
border-color css
<style>
span { border-color: #A353CA; }
span { border-color: rgb(163,83,202); }
td.TdClassName
{
border-color: #A353CA;
}
.TagClassName
{
border-color: #A353CA;
}
</style>