Shades of Deep Lilac #AC69C0
Tints of Deep Lilac #AC69C0
RGB
CMYK
RGB Variations
Color information
#AC69C0 (or 0xAC69C0) is known color: Deep Lilac. HEX triplet: AC, 69 and C0. RGB value is (172,105,192). Sum of RGB (Red+Green+Blue) = 172+105+192=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C0 is #53963F. Grayscale: #868686. Windows color (decimal): -5477952 or 12609964. OLE color: 12609964.
HSL color Cylindrical-coordinate representation of color #AC69C0: hue angle of 286.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC69C0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 105 | 192 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.25 |
| HSL | 286.21º | 0.41% | 0.58% | - |
| HSV(B) | 286.21º | 0.45% | 0.75% | - |
| XYZ | 31.58 | 22.68 | 52.58 | - |
| YUV | 134.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 192 | 0.10 | 0.45 | 0 | 0.25 | 286.21 | 0.41 | 0.58 |
| Hex | AC | 69 | C0 | A | 2D | 0 | 19 | 11E | 29 | 3A |
| Octal | 254 | 151 | 300 | 12 | 55 | 0 | 31 | 436 | 51 | 72 |
| Binary | 10101100 | 1101001 | 11000000 | 1010 | 101101 | 0 | 11001 | 100011110 | 101001 | 111010 |
Color Harmonies of #AC69C0
Complementary color
Monochromatic Colors of #AC69C0
Black with #AC69C0
Text Example
Text Example
White with #AC69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC69C0; }
p { color: rgb(172,105,192); }
H1.HeaderClassName
{
color: #AC69C0;
}
.AnyTagClassName
{
color: #AC69C0;
}
</style>
background-color css
<style>
a { background-color: #AC69C0; }
a { background-color: rgb(172,105,192); }
div.DivClassName
{
background-color: #AC69C0;
}
.BgClassName
{
background-color: #AC69C0;
}
</style>
border-color css
<style>
span { border-color: #AC69C0; }
span { border-color: rgb(172,105,192); }
td.TdClassName
{
border-color: #AC69C0;
}
.TagClassName
{
border-color: #AC69C0;
}
</style>