Shades of Deep Lilac #AC66C1
Tints of Deep Lilac #AC66C1
RGB
CMYK
RGB Variations
Color information
#AC66C1 (or 0xAC66C1) is known color: Deep Lilac. HEX triplet: AC, 66 and C1. RGB value is (172,102,193). Sum of RGB (Red+Green+Blue) = 172+102+193=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC66C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66C1 is #53993E. Grayscale: #858585. Windows color (decimal): -5478719 or 12674732. OLE color: 12674732.
HSL color Cylindrical-coordinate representation of color #AC66C1: hue angle of 286.15º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC66C1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 102 | 193 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.24 |
| HSL | 286.15º | 0.42% | 0.58% | - |
| HSV(B) | 286.15º | 0.47% | 0.76% | - |
| XYZ | 31.39 | 22.12 | 53.07 | - |
| YUV | 133.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 193 | 0.11 | 0.47 | 0 | 0.24 | 286.15 | 0.42 | 0.58 |
| Hex | AC | 66 | C1 | B | 2F | 0 | 18 | 11E | 2A | 3A |
| Octal | 254 | 146 | 301 | 13 | 57 | 0 | 30 | 436 | 52 | 72 |
| Binary | 10101100 | 1100110 | 11000001 | 1011 | 101111 | 0 | 11000 | 100011110 | 101010 | 111010 |
Color Harmonies of #AC66C1
Complementary color
Monochromatic Colors of #AC66C1
Black with #AC66C1
Text Example
Text Example
White with #AC66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC66C1; }
p { color: rgb(172,102,193); }
H1.HeaderClassName
{
color: #AC66C1;
}
.AnyTagClassName
{
color: #AC66C1;
}
</style>
background-color css
<style>
a { background-color: #AC66C1; }
a { background-color: rgb(172,102,193); }
div.DivClassName
{
background-color: #AC66C1;
}
.BgClassName
{
background-color: #AC66C1;
}
</style>
border-color css
<style>
span { border-color: #AC66C1; }
span { border-color: rgb(172,102,193); }
td.TdClassName
{
border-color: #AC66C1;
}
.TagClassName
{
border-color: #AC66C1;
}
</style>