Shades of Deep Lilac #A356CA
Tints of Deep Lilac #A356CA
RGB
CMYK
RGB Variations
Color information
#A356CA (or 0xA356CA) is known color: Deep Lilac. HEX triplet: A3, 56 and CA. RGB value is (163,86,202). Sum of RGB (Red+Green+Blue) = 163+86+202=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A356CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356CA is #5CA935. Grayscale: #797979. Windows color (decimal): -6072630 or 13260451. OLE color: 13260451.
HSL color Cylindrical-coordinate representation of color #A356CA: hue angle of 279.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A356CA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 86 | 202 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.21 |
| HSL | 279.83º | 0.52% | 0.56% | - |
| HSV(B) | 279.83º | 0.57% | 0.79% | - |
| XYZ | 29.09 | 18.71 | 57.95 | - |
| YUV | 122.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 202 | 0.19 | 0.57 | 0 | 0.21 | 279.83 | 0.52 | 0.56 |
| Hex | A3 | 56 | CA | 13 | 39 | 0 | 15 | 118 | 34 | 38 |
| Octal | 243 | 126 | 312 | 23 | 71 | 0 | 25 | 430 | 64 | 70 |
| Binary | 10100011 | 1010110 | 11001010 | 10011 | 111001 | 0 | 10101 | 100011000 | 110100 | 111000 |
Color Harmonies of #A356CA
Complementary color
Monochromatic Colors of #A356CA
Black with #A356CA
Text Example
Text Example
White with #A356CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356CA; }
p { color: rgb(163,86,202); }
H1.HeaderClassName
{
color: #A356CA;
}
.AnyTagClassName
{
color: #A356CA;
}
</style>
background-color css
<style>
a { background-color: #A356CA; }
a { background-color: rgb(163,86,202); }
div.DivClassName
{
background-color: #A356CA;
}
.BgClassName
{
background-color: #A356CA;
}
</style>
border-color css
<style>
span { border-color: #A356CA; }
span { border-color: rgb(163,86,202); }
td.TdClassName
{
border-color: #A356CA;
}
.TagClassName
{
border-color: #A356CA;
}
</style>