Shades of Deep Lilac #AC61C0
Tints of Deep Lilac #AC61C0
RGB
CMYK
RGB Variations
Color information
#AC61C0 (or 0xAC61C0) is known color: Deep Lilac. HEX triplet: AC, 61 and C0. RGB value is (172,97,192). Sum of RGB (Red+Green+Blue) = 172+97+192=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C0 is #539E3F. Grayscale: #818181. Windows color (decimal): -5480000 or 12607916. OLE color: 12607916.
HSL color Cylindrical-coordinate representation of color #AC61C0: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC61C0 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 97 | 192 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.25 |
| HSL | 287.37º | 0.43% | 0.57% | - |
| HSV(B) | 287.37º | 0.49% | 0.75% | - |
| XYZ | 30.8 | 21.13 | 52.32 | - |
| YUV | 130.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 192 | 0.10 | 0.49 | 0 | 0.25 | 287.37 | 0.43 | 0.57 |
| Hex | AC | 61 | C0 | A | 31 | 0 | 19 | 11F | 2B | 39 |
| Octal | 254 | 141 | 300 | 12 | 61 | 0 | 31 | 437 | 53 | 71 |
| Binary | 10101100 | 1100001 | 11000000 | 1010 | 110001 | 0 | 11001 | 100011111 | 101011 | 111001 |
Color Harmonies of #AC61C0
Complementary color
Monochromatic Colors of #AC61C0
Black with #AC61C0
Text Example
Text Example
White with #AC61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61C0; }
p { color: rgb(172,97,192); }
H1.HeaderClassName
{
color: #AC61C0;
}
.AnyTagClassName
{
color: #AC61C0;
}
</style>
background-color css
<style>
a { background-color: #AC61C0; }
a { background-color: rgb(172,97,192); }
div.DivClassName
{
background-color: #AC61C0;
}
.BgClassName
{
background-color: #AC61C0;
}
</style>
border-color css
<style>
span { border-color: #AC61C0; }
span { border-color: rgb(172,97,192); }
td.TdClassName
{
border-color: #AC61C0;
}
.TagClassName
{
border-color: #AC61C0;
}
</style>