Shades of Deep Lilac #AC5DC1
Tints of Deep Lilac #AC5DC1
RGB
CMYK
RGB Variations
Color information
#AC5DC1 (or 0xAC5DC1) is known color: Deep Lilac. HEX triplet: AC, 5D and C1. RGB value is (172,93,193). Sum of RGB (Red+Green+Blue) = 172+93+193=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC5DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DC1 is #53A23E. Grayscale: #7F7F7F. Windows color (decimal): -5481023 or 12672428. OLE color: 12672428.
HSL color Cylindrical-coordinate representation of color #AC5DC1: hue angle of 287.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5DC1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 93 | 193 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.24 |
| HSL | 287.4º | 0.45% | 0.56% | - |
| HSV(B) | 287.4º | 0.52% | 0.76% | - |
| XYZ | 30.55 | 20.45 | 52.79 | - |
| YUV | 128.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 193 | 0.11 | 0.52 | 0 | 0.24 | 287.4 | 0.45 | 0.56 |
| Hex | AC | 5D | C1 | B | 34 | 0 | 18 | 11F | 2D | 38 |
| Octal | 254 | 135 | 301 | 13 | 64 | 0 | 30 | 437 | 55 | 70 |
| Binary | 10101100 | 1011101 | 11000001 | 1011 | 110100 | 0 | 11000 | 100011111 | 101101 | 111000 |
Color Harmonies of #AC5DC1
Complementary color
Monochromatic Colors of #AC5DC1
Black with #AC5DC1
Text Example
Text Example
White with #AC5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DC1; }
p { color: rgb(172,93,193); }
H1.HeaderClassName
{
color: #AC5DC1;
}
.AnyTagClassName
{
color: #AC5DC1;
}
</style>
background-color css
<style>
a { background-color: #AC5DC1; }
a { background-color: rgb(172,93,193); }
div.DivClassName
{
background-color: #AC5DC1;
}
.BgClassName
{
background-color: #AC5DC1;
}
</style>
border-color css
<style>
span { border-color: #AC5DC1; }
span { border-color: rgb(172,93,193); }
td.TdClassName
{
border-color: #AC5DC1;
}
.TagClassName
{
border-color: #AC5DC1;
}
</style>