Shades of Deep Lilac #A752C0
Tints of Deep Lilac #A752C0
RGB
CMYK
RGB Variations
Color information
#A752C0 (or 0xA752C0) is known color: Deep Lilac. HEX triplet: A7, 52 and C0. RGB value is (167,82,192). Sum of RGB (Red+Green+Blue) = 167+82+192=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #A752C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752C0 is #58AD3F. Grayscale: #777777. Windows color (decimal): -5811520 or 12604071. OLE color: 12604071.
HSL color Cylindrical-coordinate representation of color #A752C0: hue angle of 286.36º 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 #A752C0 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 82 | 192 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.25 |
| HSL | 286.36º | 0.47% | 0.54% | - |
| HSV(B) | 286.36º | 0.57% | 0.75% | - |
| XYZ | 28.47 | 18.06 | 51.85 | - |
| YUV | 119.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 192 | 0.13 | 0.57 | 0 | 0.25 | 286.36 | 0.47 | 0.54 |
| Hex | A7 | 52 | C0 | D | 39 | 0 | 19 | 11E | 2F | 36 |
| Octal | 247 | 122 | 300 | 15 | 71 | 0 | 31 | 436 | 57 | 66 |
| Binary | 10100111 | 1010010 | 11000000 | 1101 | 111001 | 0 | 11001 | 100011110 | 101111 | 110110 |
Color Harmonies of #A752C0
Complementary color
Monochromatic Colors of #A752C0
Black with #A752C0
Text Example
Text Example
White with #A752C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752C0; }
p { color: rgb(167,82,192); }
H1.HeaderClassName
{
color: #A752C0;
}
.AnyTagClassName
{
color: #A752C0;
}
</style>
background-color css
<style>
a { background-color: #A752C0; }
a { background-color: rgb(167,82,192); }
div.DivClassName
{
background-color: #A752C0;
}
.BgClassName
{
background-color: #A752C0;
}
</style>
border-color css
<style>
span { border-color: #A752C0; }
span { border-color: rgb(167,82,192); }
td.TdClassName
{
border-color: #A752C0;
}
.TagClassName
{
border-color: #A752C0;
}
</style>