Shades of Deep Lilac #AC5BBB
Tints of Deep Lilac #AC5BBB
RGB
CMYK
RGB Variations
Color information
#AC5BBB (or 0xAC5BBB) is known color: Deep Lilac. HEX triplet: AC, 5B and BB. RGB value is (172,91,187). Sum of RGB (Red+Green+Blue) = 172+91+187=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BBB is #53A444. Grayscale: #7D7D7D. Windows color (decimal): -5481541 or 12278700. OLE color: 12278700.
HSL color Cylindrical-coordinate representation of color #AC5BBB: hue angle of 290.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5BBB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 91 | 187 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.27 |
| HSL | 290.63º | 0.41% | 0.55% | - |
| HSV(B) | 290.63º | 0.51% | 0.73% | - |
| XYZ | 29.72 | 19.84 | 49.28 | - |
| YUV | 126.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 187 | 0.08 | 0.51 | 0 | 0.27 | 290.63 | 0.41 | 0.55 |
| Hex | AC | 5B | BB | 8 | 33 | 0 | 1B | 123 | 29 | 37 |
| Octal | 254 | 133 | 273 | 10 | 63 | 0 | 33 | 443 | 51 | 67 |
| Binary | 10101100 | 1011011 | 10111011 | 1000 | 110011 | 0 | 11011 | 100100011 | 101001 | 110111 |
Color Harmonies of #AC5BBB
Complementary color
Monochromatic Colors of #AC5BBB
Black with #AC5BBB
Text Example
Text Example
White with #AC5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BBB; }
p { color: rgb(172,91,187); }
H1.HeaderClassName
{
color: #AC5BBB;
}
.AnyTagClassName
{
color: #AC5BBB;
}
</style>
background-color css
<style>
a { background-color: #AC5BBB; }
a { background-color: rgb(172,91,187); }
div.DivClassName
{
background-color: #AC5BBB;
}
.BgClassName
{
background-color: #AC5BBB;
}
</style>
border-color css
<style>
span { border-color: #AC5BBB; }
span { border-color: rgb(172,91,187); }
td.TdClassName
{
border-color: #AC5BBB;
}
.TagClassName
{
border-color: #AC5BBB;
}
</style>