Shades of Deep Lilac #AC53BD
Tints of Deep Lilac #AC53BD
RGB
CMYK
RGB Variations
Color information
#AC53BD (or 0xAC53BD) is known color: Deep Lilac. HEX triplet: AC, 53 and BD. RGB value is (172,83,189). Sum of RGB (Red+Green+Blue) = 172+83+189=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC53BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53BD is #53AC42. Grayscale: #797979. Windows color (decimal): -5483587 or 12407724. OLE color: 12407724.
HSL color Cylindrical-coordinate representation of color #AC53BD: hue angle of 290.38º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC53BD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 83 | 189 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.26 |
| HSL | 290.38º | 0.45% | 0.53% | - |
| HSV(B) | 290.38º | 0.56% | 0.74% | - |
| XYZ | 29.29 | 18.63 | 50.2 | - |
| YUV | 121.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 189 | 0.09 | 0.56 | 0 | 0.26 | 290.38 | 0.45 | 0.53 |
| Hex | AC | 53 | BD | 9 | 38 | 0 | 1A | 122 | 2D | 35 |
| Octal | 254 | 123 | 275 | 11 | 70 | 0 | 32 | 442 | 55 | 65 |
| Binary | 10101100 | 1010011 | 10111101 | 1001 | 111000 | 0 | 11010 | 100100010 | 101101 | 110101 |
Color Harmonies of #AC53BD
Complementary color
Monochromatic Colors of #AC53BD
Black with #AC53BD
Text Example
Text Example
White with #AC53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53BD; }
p { color: rgb(172,83,189); }
H1.HeaderClassName
{
color: #AC53BD;
}
.AnyTagClassName
{
color: #AC53BD;
}
</style>
background-color css
<style>
a { background-color: #AC53BD; }
a { background-color: rgb(172,83,189); }
div.DivClassName
{
background-color: #AC53BD;
}
.BgClassName
{
background-color: #AC53BD;
}
</style>
border-color css
<style>
span { border-color: #AC53BD; }
span { border-color: rgb(172,83,189); }
td.TdClassName
{
border-color: #AC53BD;
}
.TagClassName
{
border-color: #AC53BD;
}
</style>