Shades of Deep Lilac #AC6CBB
Tints of Deep Lilac #AC6CBB
RGB
CMYK
RGB Variations
Color information
#AC6CBB (or 0xAC6CBB) is known color: Deep Lilac. HEX triplet: AC, 6C and BB. RGB value is (172,108,187). Sum of RGB (Red+Green+Blue) = 172+108+187=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC6CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CBB is #539344. Grayscale: #878787. Windows color (decimal): -5477189 or 12283052. OLE color: 12283052.
HSL color Cylindrical-coordinate representation of color #AC6CBB: hue angle of 288.61º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6CBB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 108 | 187 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.27 |
| HSL | 288.61º | 0.37% | 0.58% | - |
| HSV(B) | 288.61º | 0.42% | 0.73% | - |
| XYZ | 31.35 | 23.08 | 49.82 | - |
| YUV | 136.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 187 | 0.08 | 0.42 | 0 | 0.27 | 288.61 | 0.37 | 0.58 |
| Hex | AC | 6C | BB | 8 | 2A | 0 | 1B | 121 | 25 | 3A |
| Octal | 254 | 154 | 273 | 10 | 52 | 0 | 33 | 441 | 45 | 72 |
| Binary | 10101100 | 1101100 | 10111011 | 1000 | 101010 | 0 | 11011 | 100100001 | 100101 | 111010 |
Color Harmonies of #AC6CBB
Complementary color
Monochromatic Colors of #AC6CBB
Black with #AC6CBB
Text Example
Text Example
White with #AC6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CBB; }
p { color: rgb(172,108,187); }
H1.HeaderClassName
{
color: #AC6CBB;
}
.AnyTagClassName
{
color: #AC6CBB;
}
</style>
background-color css
<style>
a { background-color: #AC6CBB; }
a { background-color: rgb(172,108,187); }
div.DivClassName
{
background-color: #AC6CBB;
}
.BgClassName
{
background-color: #AC6CBB;
}
</style>
border-color css
<style>
span { border-color: #AC6CBB; }
span { border-color: rgb(172,108,187); }
td.TdClassName
{
border-color: #AC6CBB;
}
.TagClassName
{
border-color: #AC6CBB;
}
</style>