Shades of Deep Lilac #A552CC
Tints of Deep Lilac #A552CC
RGB
CMYK
RGB Variations
Color information
#A552CC (or 0xA552CC) is known color: Deep Lilac. HEX triplet: A5, 52 and CC. RGB value is (165,82,204). Sum of RGB (Red+Green+Blue) = 165+82+204=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #A552CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552CC is #5AAD33. Grayscale: #787878. Windows color (decimal): -5942580 or 13390501. OLE color: 13390501.
HSL color Cylindrical-coordinate representation of color #A552CC: hue angle of 280.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A552CC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 82 | 204 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.2 |
| HSL | 280.82º | 0.54% | 0.56% | - |
| HSV(B) | 280.82º | 0.6% | 0.8% | - |
| XYZ | 29.43 | 18.39 | 59.13 | - |
| YUV | 120.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 204 | 0.19 | 0.60 | 0 | 0.2 | 280.82 | 0.54 | 0.56 |
| Hex | A5 | 52 | CC | 13 | 3C | 0 | 14 | 119 | 36 | 38 |
| Octal | 245 | 122 | 314 | 23 | 74 | 0 | 24 | 431 | 66 | 70 |
| Binary | 10100101 | 1010010 | 11001100 | 10011 | 111100 | 0 | 10100 | 100011001 | 110110 | 111000 |
Color Harmonies of #A552CC
Complementary color
Monochromatic Colors of #A552CC
Black with #A552CC
Text Example
Text Example
White with #A552CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552CC; }
p { color: rgb(165,82,204); }
H1.HeaderClassName
{
color: #A552CC;
}
.AnyTagClassName
{
color: #A552CC;
}
</style>
background-color css
<style>
a { background-color: #A552CC; }
a { background-color: rgb(165,82,204); }
div.DivClassName
{
background-color: #A552CC;
}
.BgClassName
{
background-color: #A552CC;
}
</style>
border-color css
<style>
span { border-color: #A552CC; }
span { border-color: rgb(165,82,204); }
td.TdClassName
{
border-color: #A552CC;
}
.TagClassName
{
border-color: #A552CC;
}
</style>