Shades of Deep Lilac #AC60C1
Tints of Deep Lilac #AC60C1
RGB
CMYK
RGB Variations
Color information
#AC60C1 (or 0xAC60C1) is known color: Deep Lilac. HEX triplet: AC, 60 and C1. RGB value is (172,96,193). Sum of RGB (Red+Green+Blue) = 172+96+193=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C1 is #539F3E. Grayscale: #818181. Windows color (decimal): -5480255 or 12673196. OLE color: 12673196.
HSL color Cylindrical-coordinate representation of color #AC60C1: hue angle of 287.01º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC60C1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 96 | 193 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.24 |
| HSL | 287.01º | 0.44% | 0.57% | - |
| HSV(B) | 287.01º | 0.5% | 0.76% | - |
| XYZ | 30.82 | 20.99 | 52.88 | - |
| YUV | 129.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 193 | 0.11 | 0.50 | 0 | 0.24 | 287.01 | 0.44 | 0.57 |
| Hex | AC | 60 | C1 | B | 32 | 0 | 18 | 11F | 2C | 39 |
| Octal | 254 | 140 | 301 | 13 | 62 | 0 | 30 | 437 | 54 | 71 |
| Binary | 10101100 | 1100000 | 11000001 | 1011 | 110010 | 0 | 11000 | 100011111 | 101100 | 111001 |
Color Harmonies of #AC60C1
Complementary color
Monochromatic Colors of #AC60C1
Black with #AC60C1
Text Example
Text Example
White with #AC60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60C1; }
p { color: rgb(172,96,193); }
H1.HeaderClassName
{
color: #AC60C1;
}
.AnyTagClassName
{
color: #AC60C1;
}
</style>
background-color css
<style>
a { background-color: #AC60C1; }
a { background-color: rgb(172,96,193); }
div.DivClassName
{
background-color: #AC60C1;
}
.BgClassName
{
background-color: #AC60C1;
}
</style>
border-color css
<style>
span { border-color: #AC60C1; }
span { border-color: rgb(172,96,193); }
td.TdClassName
{
border-color: #AC60C1;
}
.TagClassName
{
border-color: #AC60C1;
}
</style>