Shades of Deep Lilac #AC58C0
Tints of Deep Lilac #AC58C0
RGB
CMYK
RGB Variations
Color information
#AC58C0 (or 0xAC58C0) is known color: Deep Lilac. HEX triplet: AC, 58 and C0. RGB value is (172,88,192). Sum of RGB (Red+Green+Blue) = 172+88+192=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58C0 is #53A73F. Grayscale: #7C7C7C. Windows color (decimal): -5482304 or 12605612. OLE color: 12605612.
HSL color Cylindrical-coordinate representation of color #AC58C0: hue angle of 288.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC58C0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 88 | 192 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.25 |
| HSL | 288.46º | 0.45% | 0.55% | - |
| HSV(B) | 288.46º | 0.54% | 0.75% | - |
| XYZ | 30.02 | 19.56 | 52.06 | - |
| YUV | 124.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 192 | 0.10 | 0.54 | 0 | 0.25 | 288.46 | 0.45 | 0.55 |
| Hex | AC | 58 | C0 | A | 36 | 0 | 19 | 120 | 2D | 37 |
| Octal | 254 | 130 | 300 | 12 | 66 | 0 | 31 | 440 | 55 | 67 |
| Binary | 10101100 | 1011000 | 11000000 | 1010 | 110110 | 0 | 11001 | 100100000 | 101101 | 110111 |
Color Harmonies of #AC58C0
Complementary color
Monochromatic Colors of #AC58C0
Black with #AC58C0
Text Example
Text Example
White with #AC58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58C0; }
p { color: rgb(172,88,192); }
H1.HeaderClassName
{
color: #AC58C0;
}
.AnyTagClassName
{
color: #AC58C0;
}
</style>
background-color css
<style>
a { background-color: #AC58C0; }
a { background-color: rgb(172,88,192); }
div.DivClassName
{
background-color: #AC58C0;
}
.BgClassName
{
background-color: #AC58C0;
}
</style>
border-color css
<style>
span { border-color: #AC58C0; }
span { border-color: rgb(172,88,192); }
td.TdClassName
{
border-color: #AC58C0;
}
.TagClassName
{
border-color: #AC58C0;
}
</style>