Shades of Deep Lilac #AC49BF
Tints of Deep Lilac #AC49BF
RGB
CMYK
RGB Variations
Color information
#AC49BF (or 0xAC49BF) is known color: Deep Lilac. HEX triplet: AC, 49 and BF. RGB value is (172,73,191). Sum of RGB (Red+Green+Blue) = 172+73+191=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49BF is #53B640. Grayscale: #737373. Windows color (decimal): -5486145 or 12536236. OLE color: 12536236.
HSL color Cylindrical-coordinate representation of color #AC49BF: hue angle of 290.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC49BF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 73 | 191 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.25 |
| HSL | 290.34º | 0.48% | 0.52% | - |
| HSV(B) | 290.34º | 0.62% | 0.75% | - |
| XYZ | 28.8 | 17.3 | 51.11 | - |
| YUV | 116.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 191 | 0.10 | 0.62 | 0 | 0.25 | 290.34 | 0.48 | 0.52 |
| Hex | AC | 49 | BF | A | 3E | 0 | 19 | 122 | 30 | 34 |
| Octal | 254 | 111 | 277 | 12 | 76 | 0 | 31 | 442 | 60 | 64 |
| Binary | 10101100 | 1001001 | 10111111 | 1010 | 111110 | 0 | 11001 | 100100010 | 110000 | 110100 |
Color Harmonies of #AC49BF
Complementary color
Monochromatic Colors of #AC49BF
Black with #AC49BF
Text Example
Text Example
White with #AC49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49BF; }
p { color: rgb(172,73,191); }
H1.HeaderClassName
{
color: #AC49BF;
}
.AnyTagClassName
{
color: #AC49BF;
}
</style>
background-color css
<style>
a { background-color: #AC49BF; }
a { background-color: rgb(172,73,191); }
div.DivClassName
{
background-color: #AC49BF;
}
.BgClassName
{
background-color: #AC49BF;
}
</style>
border-color css
<style>
span { border-color: #AC49BF; }
span { border-color: rgb(172,73,191); }
td.TdClassName
{
border-color: #AC49BF;
}
.TagClassName
{
border-color: #AC49BF;
}
</style>