Shades of Deep Lilac #AC57C0
Tints of Deep Lilac #AC57C0
RGB
CMYK
RGB Variations
Color information
#AC57C0 (or 0xAC57C0) is known color: Deep Lilac. HEX triplet: AC, 57 and C0. RGB value is (172,87,192). Sum of RGB (Red+Green+Blue) = 172+87+192=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57C0 is #53A83F. Grayscale: #7C7C7C. Windows color (decimal): -5482560 or 12605356. OLE color: 12605356.
HSL color Cylindrical-coordinate representation of color #AC57C0: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC57C0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 87 | 192 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.25 |
| HSL | 288.57º | 0.45% | 0.55% | - |
| HSV(B) | 288.57º | 0.55% | 0.75% | - |
| XYZ | 29.94 | 19.39 | 52.03 | - |
| YUV | 124.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 192 | 0.10 | 0.55 | 0 | 0.25 | 288.57 | 0.45 | 0.55 |
| Hex | AC | 57 | C0 | A | 37 | 0 | 19 | 121 | 2D | 37 |
| Octal | 254 | 127 | 300 | 12 | 67 | 0 | 31 | 441 | 55 | 67 |
| Binary | 10101100 | 1010111 | 11000000 | 1010 | 110111 | 0 | 11001 | 100100001 | 101101 | 110111 |
Color Harmonies of #AC57C0
Complementary color
Monochromatic Colors of #AC57C0
Black with #AC57C0
Text Example
Text Example
White with #AC57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57C0; }
p { color: rgb(172,87,192); }
H1.HeaderClassName
{
color: #AC57C0;
}
.AnyTagClassName
{
color: #AC57C0;
}
</style>
background-color css
<style>
a { background-color: #AC57C0; }
a { background-color: rgb(172,87,192); }
div.DivClassName
{
background-color: #AC57C0;
}
.BgClassName
{
background-color: #AC57C0;
}
</style>
border-color css
<style>
span { border-color: #AC57C0; }
span { border-color: rgb(172,87,192); }
td.TdClassName
{
border-color: #AC57C0;
}
.TagClassName
{
border-color: #AC57C0;
}
</style>