Shades of Deep Lilac #AC5CBA
Tints of Deep Lilac #AC5CBA
RGB
CMYK
RGB Variations
Color information
#AC5CBA (or 0xAC5CBA) is known color: Deep Lilac. HEX triplet: AC, 5C and BA. RGB value is (172,92,186). Sum of RGB (Red+Green+Blue) = 172+92+186=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBA is #53A345. Grayscale: #7E7E7E. Windows color (decimal): -5481286 or 12213420. OLE color: 12213420.
HSL color Cylindrical-coordinate representation of color #AC5CBA: hue angle of 291.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5CBA is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 92 | 186 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.27 |
| HSL | 291.06º | 0.41% | 0.55% | - |
| HSV(B) | 291.06º | 0.51% | 0.73% | - |
| XYZ | 29.7 | 19.97 | 48.74 | - |
| YUV | 126.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 186 | 0.08 | 0.51 | 0 | 0.27 | 291.06 | 0.41 | 0.55 |
| Hex | AC | 5C | BA | 8 | 33 | 0 | 1B | 123 | 29 | 37 |
| Octal | 254 | 134 | 272 | 10 | 63 | 0 | 33 | 443 | 51 | 67 |
| Binary | 10101100 | 1011100 | 10111010 | 1000 | 110011 | 0 | 11011 | 100100011 | 101001 | 110111 |
Color Harmonies of #AC5CBA
Complementary color
Monochromatic Colors of #AC5CBA
Black with #AC5CBA
Text Example
Text Example
White with #AC5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CBA; }
p { color: rgb(172,92,186); }
H1.HeaderClassName
{
color: #AC5CBA;
}
.AnyTagClassName
{
color: #AC5CBA;
}
</style>
background-color css
<style>
a { background-color: #AC5CBA; }
a { background-color: rgb(172,92,186); }
div.DivClassName
{
background-color: #AC5CBA;
}
.BgClassName
{
background-color: #AC5CBA;
}
</style>
border-color css
<style>
span { border-color: #AC5CBA; }
span { border-color: rgb(172,92,186); }
td.TdClassName
{
border-color: #AC5CBA;
}
.TagClassName
{
border-color: #AC5CBA;
}
</style>