Shades of Deep Lilac #AC69C1
Tints of Deep Lilac #AC69C1
RGB
CMYK
RGB Variations
Color information
#AC69C1 (or 0xAC69C1) is known color: Deep Lilac. HEX triplet: AC, 69 and C1. RGB value is (172,105,193). Sum of RGB (Red+Green+Blue) = 172+105+193=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC69C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C1 is #53963E. Grayscale: #868686. Windows color (decimal): -5477951 or 12675500. OLE color: 12675500.
HSL color Cylindrical-coordinate representation of color #AC69C1: hue angle of 285.68º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC69C1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 105 | 193 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.24 |
| HSL | 285.68º | 0.42% | 0.58% | - |
| HSV(B) | 285.68º | 0.46% | 0.76% | - |
| XYZ | 31.69 | 22.72 | 53.17 | - |
| YUV | 135.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 193 | 0.11 | 0.46 | 0 | 0.24 | 285.68 | 0.42 | 0.58 |
| Hex | AC | 69 | C1 | B | 2E | 0 | 18 | 11E | 2A | 3A |
| Octal | 254 | 151 | 301 | 13 | 56 | 0 | 30 | 436 | 52 | 72 |
| Binary | 10101100 | 1101001 | 11000001 | 1011 | 101110 | 0 | 11000 | 100011110 | 101010 | 111010 |
Color Harmonies of #AC69C1
Complementary color
Monochromatic Colors of #AC69C1
Black with #AC69C1
Text Example
Text Example
White with #AC69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC69C1; }
p { color: rgb(172,105,193); }
H1.HeaderClassName
{
color: #AC69C1;
}
.AnyTagClassName
{
color: #AC69C1;
}
</style>
background-color css
<style>
a { background-color: #AC69C1; }
a { background-color: rgb(172,105,193); }
div.DivClassName
{
background-color: #AC69C1;
}
.BgClassName
{
background-color: #AC69C1;
}
</style>
border-color css
<style>
span { border-color: #AC69C1; }
span { border-color: rgb(172,105,193); }
td.TdClassName
{
border-color: #AC69C1;
}
.TagClassName
{
border-color: #AC69C1;
}
</style>