Shades of Deep Lilac #A552BD
Tints of Deep Lilac #A552BD
RGB
CMYK
RGB Variations
Color information
#A552BD (or 0xA552BD) is known color: Deep Lilac. HEX triplet: A5, 52 and BD. RGB value is (165,82,189). Sum of RGB (Red+Green+Blue) = 165+82+189=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #A552BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BD is #5AAD42. Grayscale: #767676. Windows color (decimal): -5942595 or 12407461. OLE color: 12407461.
HSL color Cylindrical-coordinate representation of color #A552BD: hue angle of 286.54º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A552BD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 82 | 189 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.26 |
| HSL | 286.54º | 0.45% | 0.53% | - |
| HSV(B) | 286.54º | 0.57% | 0.74% | - |
| XYZ | 27.72 | 17.71 | 50.1 | - |
| YUV | 119.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 189 | 0.13 | 0.57 | 0 | 0.26 | 286.54 | 0.45 | 0.53 |
| Hex | A5 | 52 | BD | D | 39 | 0 | 1A | 11F | 2D | 35 |
| Octal | 245 | 122 | 275 | 15 | 71 | 0 | 32 | 437 | 55 | 65 |
| Binary | 10100101 | 1010010 | 10111101 | 1101 | 111001 | 0 | 11010 | 100011111 | 101101 | 110101 |
Color Harmonies of #A552BD
Complementary color
Monochromatic Colors of #A552BD
Black with #A552BD
Text Example
Text Example
White with #A552BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552BD; }
p { color: rgb(165,82,189); }
H1.HeaderClassName
{
color: #A552BD;
}
.AnyTagClassName
{
color: #A552BD;
}
</style>
background-color css
<style>
a { background-color: #A552BD; }
a { background-color: rgb(165,82,189); }
div.DivClassName
{
background-color: #A552BD;
}
.BgClassName
{
background-color: #A552BD;
}
</style>
border-color css
<style>
span { border-color: #A552BD; }
span { border-color: rgb(165,82,189); }
td.TdClassName
{
border-color: #A552BD;
}
.TagClassName
{
border-color: #A552BD;
}
</style>