Shades of Deep Lilac #AC68C0
Tints of Deep Lilac #AC68C0
RGB
CMYK
RGB Variations
Color information
#AC68C0 (or 0xAC68C0) is known color: Deep Lilac. HEX triplet: AC, 68 and C0. RGB value is (172,104,192). Sum of RGB (Red+Green+Blue) = 172+104+192=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68C0 is #53973F. Grayscale: #868686. Windows color (decimal): -5478208 or 12609708. OLE color: 12609708.
HSL color Cylindrical-coordinate representation of color #AC68C0: hue angle of 286.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC68C0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 104 | 192 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.25 |
| HSL | 286.36º | 0.41% | 0.58% | - |
| HSV(B) | 286.36º | 0.46% | 0.75% | - |
| XYZ | 31.48 | 22.48 | 52.55 | - |
| YUV | 134.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 192 | 0.10 | 0.46 | 0 | 0.25 | 286.36 | 0.41 | 0.58 |
| Hex | AC | 68 | C0 | A | 2E | 0 | 19 | 11E | 29 | 3A |
| Octal | 254 | 150 | 300 | 12 | 56 | 0 | 31 | 436 | 51 | 72 |
| Binary | 10101100 | 1101000 | 11000000 | 1010 | 101110 | 0 | 11001 | 100011110 | 101001 | 111010 |
Color Harmonies of #AC68C0
Complementary color
Monochromatic Colors of #AC68C0
Black with #AC68C0
Text Example
Text Example
White with #AC68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68C0; }
p { color: rgb(172,104,192); }
H1.HeaderClassName
{
color: #AC68C0;
}
.AnyTagClassName
{
color: #AC68C0;
}
</style>
background-color css
<style>
a { background-color: #AC68C0; }
a { background-color: rgb(172,104,192); }
div.DivClassName
{
background-color: #AC68C0;
}
.BgClassName
{
background-color: #AC68C0;
}
</style>
border-color css
<style>
span { border-color: #AC68C0; }
span { border-color: rgb(172,104,192); }
td.TdClassName
{
border-color: #AC68C0;
}
.TagClassName
{
border-color: #AC68C0;
}
</style>