Shades of Deep Lilac #AC59BB
Tints of Deep Lilac #AC59BB
RGB
CMYK
RGB Variations
Color information
#AC59BB (or 0xAC59BB) is known color: Deep Lilac. HEX triplet: AC, 59 and BB. RGB value is (172,89,187). Sum of RGB (Red+Green+Blue) = 172+89+187=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC59BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59BB is #53A644. Grayscale: #7C7C7C. Windows color (decimal): -5482053 or 12278188. OLE color: 12278188.
HSL color Cylindrical-coordinate representation of color #AC59BB: hue angle of 290.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC59BB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 89 | 187 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.27 |
| HSL | 290.82º | 0.42% | 0.54% | - |
| HSV(B) | 290.82º | 0.52% | 0.73% | - |
| XYZ | 29.56 | 19.5 | 49.22 | - |
| YUV | 124.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 187 | 0.08 | 0.52 | 0 | 0.27 | 290.82 | 0.42 | 0.54 |
| Hex | AC | 59 | BB | 8 | 34 | 0 | 1B | 123 | 2A | 36 |
| Octal | 254 | 131 | 273 | 10 | 64 | 0 | 33 | 443 | 52 | 66 |
| Binary | 10101100 | 1011001 | 10111011 | 1000 | 110100 | 0 | 11011 | 100100011 | 101010 | 110110 |
Color Harmonies of #AC59BB
Complementary color
Monochromatic Colors of #AC59BB
Black with #AC59BB
Text Example
Text Example
White with #AC59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59BB; }
p { color: rgb(172,89,187); }
H1.HeaderClassName
{
color: #AC59BB;
}
.AnyTagClassName
{
color: #AC59BB;
}
</style>
background-color css
<style>
a { background-color: #AC59BB; }
a { background-color: rgb(172,89,187); }
div.DivClassName
{
background-color: #AC59BB;
}
.BgClassName
{
background-color: #AC59BB;
}
</style>
border-color css
<style>
span { border-color: #AC59BB; }
span { border-color: rgb(172,89,187); }
td.TdClassName
{
border-color: #AC59BB;
}
.TagClassName
{
border-color: #AC59BB;
}
</style>