Shades of Deep Lilac #AC6EBC
Tints of Deep Lilac #AC6EBC
RGB
CMYK
RGB Variations
Color information
#AC6EBC (or 0xAC6EBC) is known color: Deep Lilac. HEX triplet: AC, 6E and BC. RGB value is (172,110,188). Sum of RGB (Red+Green+Blue) = 172+110+188=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EBC is #539143. Grayscale: #898989. Windows color (decimal): -5476676 or 12349100. OLE color: 12349100.
HSL color Cylindrical-coordinate representation of color #AC6EBC: hue angle of 287.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6EBC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 110 | 188 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.26 |
| HSL | 287.69º | 0.37% | 0.58% | - |
| HSV(B) | 287.69º | 0.41% | 0.74% | - |
| XYZ | 31.67 | 23.55 | 50.45 | - |
| YUV | 137.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 188 | 0.09 | 0.41 | 0 | 0.26 | 287.69 | 0.37 | 0.58 |
| Hex | AC | 6E | BC | 9 | 29 | 0 | 1A | 120 | 25 | 3A |
| Octal | 254 | 156 | 274 | 11 | 51 | 0 | 32 | 440 | 45 | 72 |
| Binary | 10101100 | 1101110 | 10111100 | 1001 | 101001 | 0 | 11010 | 100100000 | 100101 | 111010 |
Color Harmonies of #AC6EBC
Complementary color
Monochromatic Colors of #AC6EBC
Black with #AC6EBC
Text Example
Text Example
White with #AC6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EBC; }
p { color: rgb(172,110,188); }
H1.HeaderClassName
{
color: #AC6EBC;
}
.AnyTagClassName
{
color: #AC6EBC;
}
</style>
background-color css
<style>
a { background-color: #AC6EBC; }
a { background-color: rgb(172,110,188); }
div.DivClassName
{
background-color: #AC6EBC;
}
.BgClassName
{
background-color: #AC6EBC;
}
</style>
border-color css
<style>
span { border-color: #AC6EBC; }
span { border-color: rgb(172,110,188); }
td.TdClassName
{
border-color: #AC6EBC;
}
.TagClassName
{
border-color: #AC6EBC;
}
</style>