Shades of Deep Lilac #A852C0
Tints of Deep Lilac #A852C0
RGB
CMYK
RGB Variations
Color information
#A852C0 (or 0xA852C0) is known color: Deep Lilac. HEX triplet: A8, 52 and C0. RGB value is (168,82,192). Sum of RGB (Red+Green+Blue) = 168+82+192=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #A852C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852C0 is #57AD3F. Grayscale: #777777. Windows color (decimal): -5745984 or 12604072. OLE color: 12604072.
HSL color Cylindrical-coordinate representation of color #A852C0: hue angle of 286.91º 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 #A852C0 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 82 | 192 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.25 |
| HSL | 286.91º | 0.47% | 0.54% | - |
| HSV(B) | 286.91º | 0.57% | 0.75% | - |
| XYZ | 28.68 | 18.17 | 51.86 | - |
| YUV | 120.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 192 | 0.12 | 0.57 | 0 | 0.25 | 286.91 | 0.47 | 0.54 |
| Hex | A8 | 52 | C0 | C | 39 | 0 | 19 | 11F | 2F | 36 |
| Octal | 250 | 122 | 300 | 14 | 71 | 0 | 31 | 437 | 57 | 66 |
| Binary | 10101000 | 1010010 | 11000000 | 1100 | 111001 | 0 | 11001 | 100011111 | 101111 | 110110 |
Color Harmonies of #A852C0
Complementary color
Monochromatic Colors of #A852C0
Black with #A852C0
Text Example
Text Example
White with #A852C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852C0; }
p { color: rgb(168,82,192); }
H1.HeaderClassName
{
color: #A852C0;
}
.AnyTagClassName
{
color: #A852C0;
}
</style>
background-color css
<style>
a { background-color: #A852C0; }
a { background-color: rgb(168,82,192); }
div.DivClassName
{
background-color: #A852C0;
}
.BgClassName
{
background-color: #A852C0;
}
</style>
border-color css
<style>
span { border-color: #A852C0; }
span { border-color: rgb(168,82,192); }
td.TdClassName
{
border-color: #A852C0;
}
.TagClassName
{
border-color: #A852C0;
}
</style>