Shades of Deep Lilac #AC50BD
Tints of Deep Lilac #AC50BD
RGB
CMYK
RGB Variations
Color information
#AC50BD (or 0xAC50BD) is known color: Deep Lilac. HEX triplet: AC, 50 and BD. RGB value is (172,80,189). Sum of RGB (Red+Green+Blue) = 172+80+189=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BD is #53AF42. Grayscale: #777777. Windows color (decimal): -5484355 or 12406956. OLE color: 12406956.
HSL color Cylindrical-coordinate representation of color #AC50BD: hue angle of 290.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC50BD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 80 | 189 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.26 |
| HSL | 290.64º | 0.45% | 0.53% | - |
| HSV(B) | 290.64º | 0.58% | 0.74% | - |
| XYZ | 29.07 | 18.18 | 50.12 | - |
| YUV | 119.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 189 | 0.09 | 0.58 | 0 | 0.26 | 290.64 | 0.45 | 0.53 |
| Hex | AC | 50 | BD | 9 | 3A | 0 | 1A | 123 | 2D | 35 |
| Octal | 254 | 120 | 275 | 11 | 72 | 0 | 32 | 443 | 55 | 65 |
| Binary | 10101100 | 1010000 | 10111101 | 1001 | 111010 | 0 | 11010 | 100100011 | 101101 | 110101 |
Color Harmonies of #AC50BD
Complementary color
Monochromatic Colors of #AC50BD
Black with #AC50BD
Text Example
Text Example
White with #AC50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50BD; }
p { color: rgb(172,80,189); }
H1.HeaderClassName
{
color: #AC50BD;
}
.AnyTagClassName
{
color: #AC50BD;
}
</style>
background-color css
<style>
a { background-color: #AC50BD; }
a { background-color: rgb(172,80,189); }
div.DivClassName
{
background-color: #AC50BD;
}
.BgClassName
{
background-color: #AC50BD;
}
</style>
border-color css
<style>
span { border-color: #AC50BD; }
span { border-color: rgb(172,80,189); }
td.TdClassName
{
border-color: #AC50BD;
}
.TagClassName
{
border-color: #AC50BD;
}
</style>