Shades of Deep Lilac #A452BA
Tints of Deep Lilac #A452BA
RGB
CMYK
RGB Variations
Color information
#A452BA (or 0xA452BA) is known color: Deep Lilac. HEX triplet: A4, 52 and BA. RGB value is (164,82,186). Sum of RGB (Red+Green+Blue) = 164+82+186=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #A452BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452BA is #5BAD45. Grayscale: #767676. Windows color (decimal): -6008134 or 12210852. OLE color: 12210852.
HSL color Cylindrical-coordinate representation of color #A452BA: hue angle of 287.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A452BA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 82 | 186 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.27 |
| HSL | 287.31º | 0.43% | 0.53% | - |
| HSV(B) | 287.31º | 0.56% | 0.73% | - |
| XYZ | 27.19 | 17.47 | 48.39 | - |
| YUV | 118.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 186 | 0.12 | 0.56 | 0 | 0.27 | 287.31 | 0.43 | 0.53 |
| Hex | A4 | 52 | BA | C | 38 | 0 | 1B | 11F | 2B | 35 |
| Octal | 244 | 122 | 272 | 14 | 70 | 0 | 33 | 437 | 53 | 65 |
| Binary | 10100100 | 1010010 | 10111010 | 1100 | 111000 | 0 | 11011 | 100011111 | 101011 | 110101 |
Color Harmonies of #A452BA
Complementary color
Monochromatic Colors of #A452BA
Black with #A452BA
Text Example
Text Example
White with #A452BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452BA; }
p { color: rgb(164,82,186); }
H1.HeaderClassName
{
color: #A452BA;
}
.AnyTagClassName
{
color: #A452BA;
}
</style>
background-color css
<style>
a { background-color: #A452BA; }
a { background-color: rgb(164,82,186); }
div.DivClassName
{
background-color: #A452BA;
}
.BgClassName
{
background-color: #A452BA;
}
</style>
border-color css
<style>
span { border-color: #A452BA; }
span { border-color: rgb(164,82,186); }
td.TdClassName
{
border-color: #A452BA;
}
.TagClassName
{
border-color: #A452BA;
}
</style>