Shades of Deep Lilac #AC54BD
Tints of Deep Lilac #AC54BD
RGB
CMYK
RGB Variations
Color information
#AC54BD (or 0xAC54BD) is known color: Deep Lilac. HEX triplet: AC, 54 and BD. RGB value is (172,84,189). Sum of RGB (Red+Green+Blue) = 172+84+189=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54BD is #53AB42. Grayscale: #797979. Windows color (decimal): -5483331 or 12407980. OLE color: 12407980.
HSL color Cylindrical-coordinate representation of color #AC54BD: hue angle of 290.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC54BD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 84 | 189 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.26 |
| HSL | 290.29º | 0.44% | 0.54% | - |
| HSV(B) | 290.29º | 0.56% | 0.74% | - |
| XYZ | 29.37 | 18.79 | 50.22 | - |
| YUV | 122.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 189 | 0.09 | 0.56 | 0 | 0.26 | 290.29 | 0.44 | 0.54 |
| Hex | AC | 54 | BD | 9 | 38 | 0 | 1A | 122 | 2C | 36 |
| Octal | 254 | 124 | 275 | 11 | 70 | 0 | 32 | 442 | 54 | 66 |
| Binary | 10101100 | 1010100 | 10111101 | 1001 | 111000 | 0 | 11010 | 100100010 | 101100 | 110110 |
Color Harmonies of #AC54BD
Complementary color
Monochromatic Colors of #AC54BD
Black with #AC54BD
Text Example
Text Example
White with #AC54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54BD; }
p { color: rgb(172,84,189); }
H1.HeaderClassName
{
color: #AC54BD;
}
.AnyTagClassName
{
color: #AC54BD;
}
</style>
background-color css
<style>
a { background-color: #AC54BD; }
a { background-color: rgb(172,84,189); }
div.DivClassName
{
background-color: #AC54BD;
}
.BgClassName
{
background-color: #AC54BD;
}
</style>
border-color css
<style>
span { border-color: #AC54BD; }
span { border-color: rgb(172,84,189); }
td.TdClassName
{
border-color: #AC54BD;
}
.TagClassName
{
border-color: #AC54BD;
}
</style>