Shades of Deep Lilac #AC68BB
Tints of Deep Lilac #AC68BB
RGB
CMYK
RGB Variations
Color information
#AC68BB (or 0xAC68BB) is known color: Deep Lilac. HEX triplet: AC, 68 and BB. RGB value is (172,104,187). Sum of RGB (Red+Green+Blue) = 172+104+187=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BB is #539744. Grayscale: #858585. Windows color (decimal): -5478213 or 12282028. OLE color: 12282028.
HSL color Cylindrical-coordinate representation of color #AC68BB: hue angle of 289.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC68BB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 104 | 187 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.27 |
| HSL | 289.16º | 0.38% | 0.57% | - |
| HSV(B) | 289.16º | 0.44% | 0.73% | - |
| XYZ | 30.93 | 22.26 | 49.68 | - |
| YUV | 133.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 187 | 0.08 | 0.44 | 0 | 0.27 | 289.16 | 0.38 | 0.57 |
| Hex | AC | 68 | BB | 8 | 2C | 0 | 1B | 121 | 26 | 39 |
| Octal | 254 | 150 | 273 | 10 | 54 | 0 | 33 | 441 | 46 | 71 |
| Binary | 10101100 | 1101000 | 10111011 | 1000 | 101100 | 0 | 11011 | 100100001 | 100110 | 111001 |
Color Harmonies of #AC68BB
Complementary color
Monochromatic Colors of #AC68BB
Black with #AC68BB
Text Example
Text Example
White with #AC68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68BB; }
p { color: rgb(172,104,187); }
H1.HeaderClassName
{
color: #AC68BB;
}
.AnyTagClassName
{
color: #AC68BB;
}
</style>
background-color css
<style>
a { background-color: #AC68BB; }
a { background-color: rgb(172,104,187); }
div.DivClassName
{
background-color: #AC68BB;
}
.BgClassName
{
background-color: #AC68BB;
}
</style>
border-color css
<style>
span { border-color: #AC68BB; }
span { border-color: rgb(172,104,187); }
td.TdClassName
{
border-color: #AC68BB;
}
.TagClassName
{
border-color: #AC68BB;
}
</style>