Shades of Deep Lilac #A552C1
Tints of Deep Lilac #A552C1
RGB
CMYK
RGB Variations
Color information
#A552C1 (or 0xA552C1) is known color: Deep Lilac. HEX triplet: A5, 52 and C1. RGB value is (165,82,193). Sum of RGB (Red+Green+Blue) = 165+82+193=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #A552C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552C1 is #5AAD3E. Grayscale: #777777. Windows color (decimal): -5942591 or 12669605. OLE color: 12669605.
HSL color Cylindrical-coordinate representation of color #A552C1: hue angle of 284.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A552C1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 82 | 193 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.24 |
| HSL | 284.86º | 0.47% | 0.54% | - |
| HSV(B) | 284.86º | 0.58% | 0.76% | - |
| XYZ | 28.16 | 17.88 | 52.42 | - |
| YUV | 119.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 193 | 0.15 | 0.58 | 0 | 0.24 | 284.86 | 0.47 | 0.54 |
| Hex | A5 | 52 | C1 | F | 3A | 0 | 18 | 11D | 2F | 36 |
| Octal | 245 | 122 | 301 | 17 | 72 | 0 | 30 | 435 | 57 | 66 |
| Binary | 10100101 | 1010010 | 11000001 | 1111 | 111010 | 0 | 11000 | 100011101 | 101111 | 110110 |
Color Harmonies of #A552C1
Complementary color
Monochromatic Colors of #A552C1
Black with #A552C1
Text Example
Text Example
White with #A552C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552C1; }
p { color: rgb(165,82,193); }
H1.HeaderClassName
{
color: #A552C1;
}
.AnyTagClassName
{
color: #A552C1;
}
</style>
background-color css
<style>
a { background-color: #A552C1; }
a { background-color: rgb(165,82,193); }
div.DivClassName
{
background-color: #A552C1;
}
.BgClassName
{
background-color: #A552C1;
}
</style>
border-color css
<style>
span { border-color: #A552C1; }
span { border-color: rgb(165,82,193); }
td.TdClassName
{
border-color: #A552C1;
}
.TagClassName
{
border-color: #A552C1;
}
</style>