Shades of Deep Lilac #AC5DC0
Tints of Deep Lilac #AC5DC0
RGB
CMYK
RGB Variations
Color information
#AC5DC0 (or 0xAC5DC0) is known color: Deep Lilac. HEX triplet: AC, 5D and C0. RGB value is (172,93,192). Sum of RGB (Red+Green+Blue) = 172+93+192=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC5DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DC0 is #53A23F. Grayscale: #7F7F7F. Windows color (decimal): -5481024 or 12606892. OLE color: 12606892.
HSL color Cylindrical-coordinate representation of color #AC5DC0: hue angle of 287.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5DC0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 93 | 192 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.25 |
| HSL | 287.88º | 0.44% | 0.56% | - |
| HSV(B) | 287.88º | 0.52% | 0.75% | - |
| XYZ | 30.44 | 20.41 | 52.2 | - |
| YUV | 127.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 192 | 0.10 | 0.52 | 0 | 0.25 | 287.88 | 0.44 | 0.56 |
| Hex | AC | 5D | C0 | A | 34 | 0 | 19 | 120 | 2C | 38 |
| Octal | 254 | 135 | 300 | 12 | 64 | 0 | 31 | 440 | 54 | 70 |
| Binary | 10101100 | 1011101 | 11000000 | 1010 | 110100 | 0 | 11001 | 100100000 | 101100 | 111000 |
Color Harmonies of #AC5DC0
Complementary color
Monochromatic Colors of #AC5DC0
Black with #AC5DC0
Text Example
Text Example
White with #AC5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DC0; }
p { color: rgb(172,93,192); }
H1.HeaderClassName
{
color: #AC5DC0;
}
.AnyTagClassName
{
color: #AC5DC0;
}
</style>
background-color css
<style>
a { background-color: #AC5DC0; }
a { background-color: rgb(172,93,192); }
div.DivClassName
{
background-color: #AC5DC0;
}
.BgClassName
{
background-color: #AC5DC0;
}
</style>
border-color css
<style>
span { border-color: #AC5DC0; }
span { border-color: rgb(172,93,192); }
td.TdClassName
{
border-color: #AC5DC0;
}
.TagClassName
{
border-color: #AC5DC0;
}
</style>