Shades of Deep Lilac #AC59BC
Tints of Deep Lilac #AC59BC
RGB
CMYK
RGB Variations
Color information
#AC59BC (or 0xAC59BC) is known color: Deep Lilac. HEX triplet: AC, 59 and BC. RGB value is (172,89,188). Sum of RGB (Red+Green+Blue) = 172+89+188=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59BC is #53A643. Grayscale: #7C7C7C. Windows color (decimal): -5482052 or 12343724. OLE color: 12343724.
HSL color Cylindrical-coordinate representation of color #AC59BC: hue angle of 290.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC59BC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 89 | 188 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.26 |
| HSL | 290.3º | 0.42% | 0.54% | - |
| HSV(B) | 290.3º | 0.53% | 0.74% | - |
| XYZ | 29.66 | 19.55 | 49.79 | - |
| YUV | 125.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 188 | 0.09 | 0.53 | 0 | 0.26 | 290.3 | 0.42 | 0.54 |
| Hex | AC | 59 | BC | 9 | 35 | 0 | 1A | 122 | 2A | 36 |
| Octal | 254 | 131 | 274 | 11 | 65 | 0 | 32 | 442 | 52 | 66 |
| Binary | 10101100 | 1011001 | 10111100 | 1001 | 110101 | 0 | 11010 | 100100010 | 101010 | 110110 |
Color Harmonies of #AC59BC
Complementary color
Monochromatic Colors of #AC59BC
Black with #AC59BC
Text Example
Text Example
White with #AC59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59BC; }
p { color: rgb(172,89,188); }
H1.HeaderClassName
{
color: #AC59BC;
}
.AnyTagClassName
{
color: #AC59BC;
}
</style>
background-color css
<style>
a { background-color: #AC59BC; }
a { background-color: rgb(172,89,188); }
div.DivClassName
{
background-color: #AC59BC;
}
.BgClassName
{
background-color: #AC59BC;
}
</style>
border-color css
<style>
span { border-color: #AC59BC; }
span { border-color: rgb(172,89,188); }
td.TdClassName
{
border-color: #AC59BC;
}
.TagClassName
{
border-color: #AC59BC;
}
</style>