Shades of Deep Lilac #AC5DBA
Tints of Deep Lilac #AC5DBA
RGB
CMYK
RGB Variations
Color information
#AC5DBA (or 0xAC5DBA) is known color: Deep Lilac. HEX triplet: AC, 5D and BA. RGB value is (172,93,186). Sum of RGB (Red+Green+Blue) = 172+93+186=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DBA is #53A245. Grayscale: #7E7E7E. Windows color (decimal): -5481030 or 12213676. OLE color: 12213676.
HSL color Cylindrical-coordinate representation of color #AC5DBA: hue angle of 290.97º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5DBA is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 93 | 186 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.27 |
| HSL | 290.97º | 0.4% | 0.55% | - |
| HSV(B) | 290.97º | 0.5% | 0.73% | - |
| XYZ | 29.79 | 20.14 | 48.77 | - |
| YUV | 127.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 186 | 0.08 | 0.5 | 0 | 0.27 | 290.97 | 0.4 | 0.55 |
| Hex | AC | 5D | BA | 8 | 32 | 0 | 1B | 123 | 28 | 37 |
| Octal | 254 | 135 | 272 | 10 | 62 | 0 | 33 | 443 | 50 | 67 |
| Binary | 10101100 | 1011101 | 10111010 | 1000 | 110010 | 0 | 11011 | 100100011 | 101000 | 110111 |
Color Harmonies of #AC5DBA
Complementary color
Monochromatic Colors of #AC5DBA
Black with #AC5DBA
Text Example
Text Example
White with #AC5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DBA; }
p { color: rgb(172,93,186); }
H1.HeaderClassName
{
color: #AC5DBA;
}
.AnyTagClassName
{
color: #AC5DBA;
}
</style>
background-color css
<style>
a { background-color: #AC5DBA; }
a { background-color: rgb(172,93,186); }
div.DivClassName
{
background-color: #AC5DBA;
}
.BgClassName
{
background-color: #AC5DBA;
}
</style>
border-color css
<style>
span { border-color: #AC5DBA; }
span { border-color: rgb(172,93,186); }
td.TdClassName
{
border-color: #AC5DBA;
}
.TagClassName
{
border-color: #AC5DBA;
}
</style>