Shades of Deep Lilac #AC56BB
Tints of Deep Lilac #AC56BB
RGB
CMYK
RGB Variations
Color information
#AC56BB (or 0xAC56BB) is known color: Deep Lilac. HEX triplet: AC, 56 and BB. RGB value is (172,86,187). Sum of RGB (Red+Green+Blue) = 172+86+187=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC56BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56BB is #53A944. Grayscale: #7A7A7A. Windows color (decimal): -5482821 or 12277420. OLE color: 12277420.
HSL color Cylindrical-coordinate representation of color #AC56BB: hue angle of 291.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC56BB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 86 | 187 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 291.09º | 0.43% | 0.54% | - |
| HSV(B) | 291.09º | 0.54% | 0.73% | - |
| XYZ | 29.31 | 19.01 | 49.14 | - |
| YUV | 123.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 187 | 0.08 | 0.54 | 0 | 0.27 | 291.09 | 0.43 | 0.54 |
| Hex | AC | 56 | BB | 8 | 36 | 0 | 1B | 123 | 2B | 36 |
| Octal | 254 | 126 | 273 | 10 | 66 | 0 | 33 | 443 | 53 | 66 |
| Binary | 10101100 | 1010110 | 10111011 | 1000 | 110110 | 0 | 11011 | 100100011 | 101011 | 110110 |
Color Harmonies of #AC56BB
Complementary color
Monochromatic Colors of #AC56BB
Black with #AC56BB
Text Example
Text Example
White with #AC56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56BB; }
p { color: rgb(172,86,187); }
H1.HeaderClassName
{
color: #AC56BB;
}
.AnyTagClassName
{
color: #AC56BB;
}
</style>
background-color css
<style>
a { background-color: #AC56BB; }
a { background-color: rgb(172,86,187); }
div.DivClassName
{
background-color: #AC56BB;
}
.BgClassName
{
background-color: #AC56BB;
}
</style>
border-color css
<style>
span { border-color: #AC56BB; }
span { border-color: rgb(172,86,187); }
td.TdClassName
{
border-color: #AC56BB;
}
.TagClassName
{
border-color: #AC56BB;
}
</style>