Shades of Deep Lilac #A355CA
Tints of Deep Lilac #A355CA
RGB
CMYK
RGB Variations
Color information
#A355CA (or 0xA355CA) is known color: Deep Lilac. HEX triplet: A3, 55 and CA. RGB value is (163,85,202). Sum of RGB (Red+Green+Blue) = 163+85+202=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #A355CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355CA is #5CAA35. Grayscale: #797979. Windows color (decimal): -6072886 or 13260195. OLE color: 13260195.
HSL color Cylindrical-coordinate representation of color #A355CA: hue angle of 280º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A355CA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 85 | 202 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.21 |
| HSL | 280º | 0.52% | 0.56% | - |
| HSV(B) | 280º | 0.58% | 0.79% | - |
| XYZ | 29.01 | 18.55 | 57.93 | - |
| YUV | 121.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 202 | 0.19 | 0.58 | 0 | 0.21 | 280 | 0.52 | 0.56 |
| Hex | A3 | 55 | CA | 13 | 3A | 0 | 15 | 118 | 34 | 38 |
| Octal | 243 | 125 | 312 | 23 | 72 | 0 | 25 | 430 | 64 | 70 |
| Binary | 10100011 | 1010101 | 11001010 | 10011 | 111010 | 0 | 10101 | 100011000 | 110100 | 111000 |
Color Harmonies of #A355CA
Complementary color
Monochromatic Colors of #A355CA
Black with #A355CA
Text Example
Text Example
White with #A355CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355CA; }
p { color: rgb(163,85,202); }
H1.HeaderClassName
{
color: #A355CA;
}
.AnyTagClassName
{
color: #A355CA;
}
</style>
background-color css
<style>
a { background-color: #A355CA; }
a { background-color: rgb(163,85,202); }
div.DivClassName
{
background-color: #A355CA;
}
.BgClassName
{
background-color: #A355CA;
}
</style>
border-color css
<style>
span { border-color: #A355CA; }
span { border-color: rgb(163,85,202); }
td.TdClassName
{
border-color: #A355CA;
}
.TagClassName
{
border-color: #A355CA;
}
</style>