Shades of Deep Lilac #A445BA
Tints of Deep Lilac #A445BA
RGB
CMYK
RGB Variations
Color information
#A445BA (or 0xA445BA) is known color: Deep Lilac. HEX triplet: A4, 45 and BA. RGB value is (164,69,186). Sum of RGB (Red+Green+Blue) = 164+69+186=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A445BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BA is #5BBA45. Grayscale: #6E6E6E. Windows color (decimal): -6011462 or 12207524. OLE color: 12207524.
HSL color Cylindrical-coordinate representation of color #A445BA: hue angle of 288.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A445BA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 69 | 186 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.27 |
| HSL | 288.72º | 0.46% | 0.5% | - |
| HSV(B) | 288.72º | 0.63% | 0.73% | - |
| XYZ | 26.3 | 15.69 | 48.1 | - |
| YUV | 110.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 186 | 0.12 | 0.63 | 0 | 0.27 | 288.72 | 0.46 | 0.5 |
| Hex | A4 | 45 | BA | C | 3F | 0 | 1B | 121 | 2E | 32 |
| Octal | 244 | 105 | 272 | 14 | 77 | 0 | 33 | 441 | 56 | 62 |
| Binary | 10100100 | 1000101 | 10111010 | 1100 | 111111 | 0 | 11011 | 100100001 | 101110 | 110010 |
Color Harmonies of #A445BA
Complementary color
Monochromatic Colors of #A445BA
Black with #A445BA
Text Example
Text Example
White with #A445BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445BA; }
p { color: rgb(164,69,186); }
H1.HeaderClassName
{
color: #A445BA;
}
.AnyTagClassName
{
color: #A445BA;
}
</style>
background-color css
<style>
a { background-color: #A445BA; }
a { background-color: rgb(164,69,186); }
div.DivClassName
{
background-color: #A445BA;
}
.BgClassName
{
background-color: #A445BA;
}
</style>
border-color css
<style>
span { border-color: #A445BA; }
span { border-color: rgb(164,69,186); }
td.TdClassName
{
border-color: #A445BA;
}
.TagClassName
{
border-color: #A445BA;
}
</style>