Shades of Deep Lilac #A552C0
Tints of Deep Lilac #A552C0
RGB
CMYK
RGB Variations
Color information
#A552C0 (or 0xA552C0) is known color: Deep Lilac. HEX triplet: A5, 52 and C0. RGB value is (165,82,192). Sum of RGB (Red+Green+Blue) = 165+82+192=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #A552C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552C0 is #5AAD3F. Grayscale: #777777. Windows color (decimal): -5942592 or 12604069. OLE color: 12604069.
HSL color Cylindrical-coordinate representation of color #A552C0: hue angle of 285.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A552C0 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 82 | 192 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.25 |
| HSL | 285.27º | 0.47% | 0.54% | - |
| HSV(B) | 285.27º | 0.57% | 0.75% | - |
| XYZ | 28.05 | 17.84 | 51.83 | - |
| YUV | 119.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 192 | 0.14 | 0.57 | 0 | 0.25 | 285.27 | 0.47 | 0.54 |
| Hex | A5 | 52 | C0 | E | 39 | 0 | 19 | 11D | 2F | 36 |
| Octal | 245 | 122 | 300 | 16 | 71 | 0 | 31 | 435 | 57 | 66 |
| Binary | 10100101 | 1010010 | 11000000 | 1110 | 111001 | 0 | 11001 | 100011101 | 101111 | 110110 |
Color Harmonies of #A552C0
Complementary color
Monochromatic Colors of #A552C0
Black with #A552C0
Text Example
Text Example
White with #A552C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552C0; }
p { color: rgb(165,82,192); }
H1.HeaderClassName
{
color: #A552C0;
}
.AnyTagClassName
{
color: #A552C0;
}
</style>
background-color css
<style>
a { background-color: #A552C0; }
a { background-color: rgb(165,82,192); }
div.DivClassName
{
background-color: #A552C0;
}
.BgClassName
{
background-color: #A552C0;
}
</style>
border-color css
<style>
span { border-color: #A552C0; }
span { border-color: rgb(165,82,192); }
td.TdClassName
{
border-color: #A552C0;
}
.TagClassName
{
border-color: #A552C0;
}
</style>