Shades of Deep Lilac #AC4DBF
Tints of Deep Lilac #AC4DBF
RGB
CMYK
RGB Variations
Color information
#AC4DBF (or 0xAC4DBF) is known color: Deep Lilac. HEX triplet: AC, 4D and BF. RGB value is (172,77,191). Sum of RGB (Red+Green+Blue) = 172+77+191=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DBF is #53B240. Grayscale: #767676. Windows color (decimal): -5485121 or 12537260. OLE color: 12537260.
HSL color Cylindrical-coordinate representation of color #AC4DBF: hue angle of 290º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4DBF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 77 | 191 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.25 |
| HSL | 290º | 0.47% | 0.53% | - |
| HSV(B) | 290º | 0.6% | 0.75% | - |
| XYZ | 29.07 | 17.84 | 51.2 | - |
| YUV | 118.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 191 | 0.10 | 0.60 | 0 | 0.25 | 290 | 0.47 | 0.53 |
| Hex | AC | 4D | BF | A | 3C | 0 | 19 | 122 | 2F | 35 |
| Octal | 254 | 115 | 277 | 12 | 74 | 0 | 31 | 442 | 57 | 65 |
| Binary | 10101100 | 1001101 | 10111111 | 1010 | 111100 | 0 | 11001 | 100100010 | 101111 | 110101 |
Color Harmonies of #AC4DBF
Complementary color
Monochromatic Colors of #AC4DBF
Black with #AC4DBF
Text Example
Text Example
White with #AC4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DBF; }
p { color: rgb(172,77,191); }
H1.HeaderClassName
{
color: #AC4DBF;
}
.AnyTagClassName
{
color: #AC4DBF;
}
</style>
background-color css
<style>
a { background-color: #AC4DBF; }
a { background-color: rgb(172,77,191); }
div.DivClassName
{
background-color: #AC4DBF;
}
.BgClassName
{
background-color: #AC4DBF;
}
</style>
border-color css
<style>
span { border-color: #AC4DBF; }
span { border-color: rgb(172,77,191); }
td.TdClassName
{
border-color: #AC4DBF;
}
.TagClassName
{
border-color: #AC4DBF;
}
</style>