Shades of Deep Lilac #AC5EBA
Tints of Deep Lilac #AC5EBA
RGB
CMYK
RGB Variations
Color information
#AC5EBA (or 0xAC5EBA) is known color: Deep Lilac. HEX triplet: AC, 5E and BA. RGB value is (172,94,186). Sum of RGB (Red+Green+Blue) = 172+94+186=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EBA is #53A145. Grayscale: #7F7F7F. Windows color (decimal): -5480774 or 12213932. OLE color: 12213932.
HSL color Cylindrical-coordinate representation of color #AC5EBA: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5EBA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 94 | 186 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.27 |
| HSL | 290.87º | 0.4% | 0.55% | - |
| HSV(B) | 290.87º | 0.49% | 0.73% | - |
| XYZ | 29.88 | 20.32 | 48.8 | - |
| YUV | 127.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 186 | 0.08 | 0.49 | 0 | 0.27 | 290.87 | 0.4 | 0.55 |
| Hex | AC | 5E | BA | 8 | 31 | 0 | 1B | 123 | 28 | 37 |
| Octal | 254 | 136 | 272 | 10 | 61 | 0 | 33 | 443 | 50 | 67 |
| Binary | 10101100 | 1011110 | 10111010 | 1000 | 110001 | 0 | 11011 | 100100011 | 101000 | 110111 |
Color Harmonies of #AC5EBA
Complementary color
Monochromatic Colors of #AC5EBA
Black with #AC5EBA
Text Example
Text Example
White with #AC5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EBA; }
p { color: rgb(172,94,186); }
H1.HeaderClassName
{
color: #AC5EBA;
}
.AnyTagClassName
{
color: #AC5EBA;
}
</style>
background-color css
<style>
a { background-color: #AC5EBA; }
a { background-color: rgb(172,94,186); }
div.DivClassName
{
background-color: #AC5EBA;
}
.BgClassName
{
background-color: #AC5EBA;
}
</style>
border-color css
<style>
span { border-color: #AC5EBA; }
span { border-color: rgb(172,94,186); }
td.TdClassName
{
border-color: #AC5EBA;
}
.TagClassName
{
border-color: #AC5EBA;
}
</style>