Shades of Deep Lilac #A555BD
Tints of Deep Lilac #A555BD
RGB
CMYK
RGB Variations
Color information
#A555BD (or 0xA555BD) is known color: Deep Lilac. HEX triplet: A5, 55 and BD. RGB value is (165,85,189). Sum of RGB (Red+Green+Blue) = 165+85+189=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A555BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555BD is #5AAA42. Grayscale: #787878. Windows color (decimal): -5941827 or 12408229. OLE color: 12408229.
HSL color Cylindrical-coordinate representation of color #A555BD: hue angle of 286.15º 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 #A555BD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 85 | 189 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.26 |
| HSL | 286.15º | 0.44% | 0.54% | - |
| HSV(B) | 286.15º | 0.55% | 0.74% | - |
| XYZ | 27.95 | 18.17 | 50.18 | - |
| YUV | 120.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 189 | 0.13 | 0.55 | 0 | 0.26 | 286.15 | 0.44 | 0.54 |
| Hex | A5 | 55 | BD | D | 37 | 0 | 1A | 11E | 2C | 36 |
| Octal | 245 | 125 | 275 | 15 | 67 | 0 | 32 | 436 | 54 | 66 |
| Binary | 10100101 | 1010101 | 10111101 | 1101 | 110111 | 0 | 11010 | 100011110 | 101100 | 110110 |
Color Harmonies of #A555BD
Complementary color
Monochromatic Colors of #A555BD
Black with #A555BD
Text Example
Text Example
White with #A555BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555BD; }
p { color: rgb(165,85,189); }
H1.HeaderClassName
{
color: #A555BD;
}
.AnyTagClassName
{
color: #A555BD;
}
</style>
background-color css
<style>
a { background-color: #A555BD; }
a { background-color: rgb(165,85,189); }
div.DivClassName
{
background-color: #A555BD;
}
.BgClassName
{
background-color: #A555BD;
}
</style>
border-color css
<style>
span { border-color: #A555BD; }
span { border-color: rgb(165,85,189); }
td.TdClassName
{
border-color: #A555BD;
}
.TagClassName
{
border-color: #A555BD;
}
</style>