Shades of Deep Lilac #AC60BB
Tints of Deep Lilac #AC60BB
RGB
CMYK
RGB Variations
Color information
#AC60BB (or 0xAC60BB) is known color: Deep Lilac. HEX triplet: AC, 60 and BB. RGB value is (172,96,187). Sum of RGB (Red+Green+Blue) = 172+96+187=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BB is #539F44. Grayscale: #808080. Windows color (decimal): -5480261 or 12279980. OLE color: 12279980.
HSL color Cylindrical-coordinate representation of color #AC60BB: hue angle of 290.11º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC60BB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 96 | 187 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.27 |
| HSL | 290.11º | 0.4% | 0.55% | - |
| HSV(B) | 290.11º | 0.49% | 0.73% | - |
| XYZ | 30.17 | 20.72 | 49.42 | - |
| YUV | 129.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 187 | 0.08 | 0.49 | 0 | 0.27 | 290.11 | 0.4 | 0.55 |
| Hex | AC | 60 | BB | 8 | 31 | 0 | 1B | 122 | 28 | 37 |
| Octal | 254 | 140 | 273 | 10 | 61 | 0 | 33 | 442 | 50 | 67 |
| Binary | 10101100 | 1100000 | 10111011 | 1000 | 110001 | 0 | 11011 | 100100010 | 101000 | 110111 |
Color Harmonies of #AC60BB
Complementary color
Monochromatic Colors of #AC60BB
Black with #AC60BB
Text Example
Text Example
White with #AC60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60BB; }
p { color: rgb(172,96,187); }
H1.HeaderClassName
{
color: #AC60BB;
}
.AnyTagClassName
{
color: #AC60BB;
}
</style>
background-color css
<style>
a { background-color: #AC60BB; }
a { background-color: rgb(172,96,187); }
div.DivClassName
{
background-color: #AC60BB;
}
.BgClassName
{
background-color: #AC60BB;
}
</style>
border-color css
<style>
span { border-color: #AC60BB; }
span { border-color: rgb(172,96,187); }
td.TdClassName
{
border-color: #AC60BB;
}
.TagClassName
{
border-color: #AC60BB;
}
</style>