Shades of Deep Lilac #AC6DC0
Tints of Deep Lilac #AC6DC0
RGB
CMYK
RGB Variations
Color information
#AC6DC0 (or 0xAC6DC0) is known color: Deep Lilac. HEX triplet: AC, 6D and C0. RGB value is (172,109,192). Sum of RGB (Red+Green+Blue) = 172+109+192=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC6DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DC0 is #53923F. Grayscale: #898989. Windows color (decimal): -5476928 or 12610988. OLE color: 12610988.
HSL color Cylindrical-coordinate representation of color #AC6DC0: hue angle of 285.54º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6DC0 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 109 | 192 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.25 |
| HSL | 285.54º | 0.4% | 0.59% | - |
| HSV(B) | 285.54º | 0.43% | 0.75% | - |
| XYZ | 32 | 23.51 | 52.72 | - |
| YUV | 137.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 192 | 0.10 | 0.43 | 0 | 0.25 | 285.54 | 0.4 | 0.59 |
| Hex | AC | 6D | C0 | A | 2B | 0 | 19 | 11E | 28 | 3B |
| Octal | 254 | 155 | 300 | 12 | 53 | 0 | 31 | 436 | 50 | 73 |
| Binary | 10101100 | 1101101 | 11000000 | 1010 | 101011 | 0 | 11001 | 100011110 | 101000 | 111011 |
Color Harmonies of #AC6DC0
Complementary color
Monochromatic Colors of #AC6DC0
Black with #AC6DC0
Text Example
Text Example
White with #AC6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DC0; }
p { color: rgb(172,109,192); }
H1.HeaderClassName
{
color: #AC6DC0;
}
.AnyTagClassName
{
color: #AC6DC0;
}
</style>
background-color css
<style>
a { background-color: #AC6DC0; }
a { background-color: rgb(172,109,192); }
div.DivClassName
{
background-color: #AC6DC0;
}
.BgClassName
{
background-color: #AC6DC0;
}
</style>
border-color css
<style>
span { border-color: #AC6DC0; }
span { border-color: rgb(172,109,192); }
td.TdClassName
{
border-color: #AC6DC0;
}
.TagClassName
{
border-color: #AC6DC0;
}
</style>