Shades of Deep Lilac #AC64C1
Tints of Deep Lilac #AC64C1
RGB
CMYK
RGB Variations
Color information
#AC64C1 (or 0xAC64C1) is known color: Deep Lilac. HEX triplet: AC, 64 and C1. RGB value is (172,100,193). Sum of RGB (Red+Green+Blue) = 172+100+193=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64C1 is #539B3E. Grayscale: #838383. Windows color (decimal): -5479231 or 12674220. OLE color: 12674220.
HSL color Cylindrical-coordinate representation of color #AC64C1: hue angle of 286.45º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC64C1 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 100 | 193 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.24 |
| HSL | 286.45º | 0.43% | 0.57% | - |
| HSV(B) | 286.45º | 0.48% | 0.76% | - |
| XYZ | 31.2 | 21.74 | 53 | - |
| YUV | 132.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 193 | 0.11 | 0.48 | 0 | 0.24 | 286.45 | 0.43 | 0.57 |
| Hex | AC | 64 | C1 | B | 30 | 0 | 18 | 11E | 2B | 39 |
| Octal | 254 | 144 | 301 | 13 | 60 | 0 | 30 | 436 | 53 | 71 |
| Binary | 10101100 | 1100100 | 11000001 | 1011 | 110000 | 0 | 11000 | 100011110 | 101011 | 111001 |
Color Harmonies of #AC64C1
Complementary color
Monochromatic Colors of #AC64C1
Black with #AC64C1
Text Example
Text Example
White with #AC64C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64C1; }
p { color: rgb(172,100,193); }
H1.HeaderClassName
{
color: #AC64C1;
}
.AnyTagClassName
{
color: #AC64C1;
}
</style>
background-color css
<style>
a { background-color: #AC64C1; }
a { background-color: rgb(172,100,193); }
div.DivClassName
{
background-color: #AC64C1;
}
.BgClassName
{
background-color: #AC64C1;
}
</style>
border-color css
<style>
span { border-color: #AC64C1; }
span { border-color: rgb(172,100,193); }
td.TdClassName
{
border-color: #AC64C1;
}
.TagClassName
{
border-color: #AC64C1;
}
</style>