Shades of Deep Lilac #A458BA
Tints of Deep Lilac #A458BA
RGB
CMYK
RGB Variations
Color information
#A458BA (or 0xA458BA) is known color: Deep Lilac. HEX triplet: A4, 58 and BA. RGB value is (164,88,186). Sum of RGB (Red+Green+Blue) = 164+88+186=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A458BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458BA is #5BA745. Grayscale: #797979. Windows color (decimal): -6006598 or 12212388. OLE color: 12212388.
HSL color Cylindrical-coordinate representation of color #A458BA: hue angle of 286.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A458BA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 88 | 186 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.27 |
| HSL | 286.53º | 0.42% | 0.54% | - |
| HSV(B) | 286.53º | 0.53% | 0.73% | - |
| XYZ | 27.66 | 18.42 | 48.55 | - |
| YUV | 121.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 186 | 0.12 | 0.53 | 0 | 0.27 | 286.53 | 0.42 | 0.54 |
| Hex | A4 | 58 | BA | C | 35 | 0 | 1B | 11F | 2A | 36 |
| Octal | 244 | 130 | 272 | 14 | 65 | 0 | 33 | 437 | 52 | 66 |
| Binary | 10100100 | 1011000 | 10111010 | 1100 | 110101 | 0 | 11011 | 100011111 | 101010 | 110110 |
Color Harmonies of #A458BA
Complementary color
Monochromatic Colors of #A458BA
Black with #A458BA
Text Example
Text Example
White with #A458BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458BA; }
p { color: rgb(164,88,186); }
H1.HeaderClassName
{
color: #A458BA;
}
.AnyTagClassName
{
color: #A458BA;
}
</style>
background-color css
<style>
a { background-color: #A458BA; }
a { background-color: rgb(164,88,186); }
div.DivClassName
{
background-color: #A458BA;
}
.BgClassName
{
background-color: #A458BA;
}
</style>
border-color css
<style>
span { border-color: #A458BA; }
span { border-color: rgb(164,88,186); }
td.TdClassName
{
border-color: #A458BA;
}
.TagClassName
{
border-color: #A458BA;
}
</style>