Shades of Deep Lilac #A752C9
Tints of Deep Lilac #A752C9
RGB
CMYK
RGB Variations
Color information
#A752C9 (or 0xA752C9) is known color: Deep Lilac. HEX triplet: A7, 52 and C9. RGB value is (167,82,201). Sum of RGB (Red+Green+Blue) = 167+82+201=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #A752C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752C9 is #58AD36. Grayscale: #787878. Windows color (decimal): -5811511 or 13193895. OLE color: 13193895.
HSL color Cylindrical-coordinate representation of color #A752C9: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A752C9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 82 | 201 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.21 |
| HSL | 282.86º | 0.52% | 0.55% | - |
| HSV(B) | 282.86º | 0.59% | 0.79% | - |
| XYZ | 29.5 | 18.47 | 57.27 | - |
| YUV | 120.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 201 | 0.17 | 0.59 | 0 | 0.21 | 282.86 | 0.52 | 0.55 |
| Hex | A7 | 52 | C9 | 11 | 3B | 0 | 15 | 11B | 34 | 37 |
| Octal | 247 | 122 | 311 | 21 | 73 | 0 | 25 | 433 | 64 | 67 |
| Binary | 10100111 | 1010010 | 11001001 | 10001 | 111011 | 0 | 10101 | 100011011 | 110100 | 110111 |
Color Harmonies of #A752C9
Complementary color
Monochromatic Colors of #A752C9
Black with #A752C9
Text Example
Text Example
White with #A752C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752C9; }
p { color: rgb(167,82,201); }
H1.HeaderClassName
{
color: #A752C9;
}
.AnyTagClassName
{
color: #A752C9;
}
</style>
background-color css
<style>
a { background-color: #A752C9; }
a { background-color: rgb(167,82,201); }
div.DivClassName
{
background-color: #A752C9;
}
.BgClassName
{
background-color: #A752C9;
}
</style>
border-color css
<style>
span { border-color: #A752C9; }
span { border-color: rgb(167,82,201); }
td.TdClassName
{
border-color: #A752C9;
}
.TagClassName
{
border-color: #A752C9;
}
</style>