Shades of Deep Lilac #A355CB
Tints of Deep Lilac #A355CB
RGB
CMYK
RGB Variations
Color information
#A355CB (or 0xA355CB) is known color: Deep Lilac. HEX triplet: A3, 55 and CB. RGB value is (163,85,203). Sum of RGB (Red+Green+Blue) = 163+85+203=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #A355CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355CB is #5CAA34. Grayscale: #797979. Windows color (decimal): -6072885 or 13325731. OLE color: 13325731.
HSL color Cylindrical-coordinate representation of color #A355CB: hue angle of 279.66º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A355CB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 85 | 203 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.20 |
| HSL | 279.66º | 0.53% | 0.56% | - |
| HSV(B) | 279.66º | 0.58% | 0.8% | - |
| XYZ | 29.13 | 18.6 | 58.55 | - |
| YUV | 121.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 203 | 0.20 | 0.58 | 0 | 0.20 | 279.66 | 0.53 | 0.56 |
| Hex | A3 | 55 | CB | 14 | 3A | 0 | 14 | 118 | 35 | 38 |
| Octal | 243 | 125 | 313 | 24 | 72 | 0 | 24 | 430 | 65 | 70 |
| Binary | 10100011 | 1010101 | 11001011 | 10100 | 111010 | 0 | 10100 | 100011000 | 110101 | 111000 |
Color Harmonies of #A355CB
Complementary color
Monochromatic Colors of #A355CB
Black with #A355CB
Text Example
Text Example
White with #A355CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355CB; }
p { color: rgb(163,85,203); }
H1.HeaderClassName
{
color: #A355CB;
}
.AnyTagClassName
{
color: #A355CB;
}
</style>
background-color css
<style>
a { background-color: #A355CB; }
a { background-color: rgb(163,85,203); }
div.DivClassName
{
background-color: #A355CB;
}
.BgClassName
{
background-color: #A355CB;
}
</style>
border-color css
<style>
span { border-color: #A355CB; }
span { border-color: rgb(163,85,203); }
td.TdClassName
{
border-color: #A355CB;
}
.TagClassName
{
border-color: #A355CB;
}
</style>