Shades of Deep Lilac #A355BD
Tints of Deep Lilac #A355BD
RGB
CMYK
RGB Variations
Color information
#A355BD (or 0xA355BD) is known color: Deep Lilac. HEX triplet: A3, 55 and BD. RGB value is (163,85,189). Sum of RGB (Red+Green+Blue) = 163+85+189=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A355BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355BD is #5CAA42. Grayscale: #777777. Windows color (decimal): -6072899 or 12408227. OLE color: 12408227.
HSL color Cylindrical-coordinate representation of color #A355BD: hue angle of 285º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A355BD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 85 | 189 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.26 |
| HSL | 285º | 0.44% | 0.54% | - |
| HSV(B) | 285º | 0.55% | 0.74% | - |
| XYZ | 27.54 | 17.96 | 50.16 | - |
| YUV | 120.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 189 | 0.14 | 0.55 | 0 | 0.26 | 285 | 0.44 | 0.54 |
| Hex | A3 | 55 | BD | E | 37 | 0 | 1A | 11D | 2C | 36 |
| Octal | 243 | 125 | 275 | 16 | 67 | 0 | 32 | 435 | 54 | 66 |
| Binary | 10100011 | 1010101 | 10111101 | 1110 | 110111 | 0 | 11010 | 100011101 | 101100 | 110110 |
Color Harmonies of #A355BD
Complementary color
Monochromatic Colors of #A355BD
Black with #A355BD
Text Example
Text Example
White with #A355BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355BD; }
p { color: rgb(163,85,189); }
H1.HeaderClassName
{
color: #A355BD;
}
.AnyTagClassName
{
color: #A355BD;
}
</style>
background-color css
<style>
a { background-color: #A355BD; }
a { background-color: rgb(163,85,189); }
div.DivClassName
{
background-color: #A355BD;
}
.BgClassName
{
background-color: #A355BD;
}
</style>
border-color css
<style>
span { border-color: #A355BD; }
span { border-color: rgb(163,85,189); }
td.TdClassName
{
border-color: #A355BD;
}
.TagClassName
{
border-color: #A355BD;
}
</style>