Shades of Deep Lilac #A544BA
Tints of Deep Lilac #A544BA
RGB
CMYK
RGB Variations
Color information
#A544BA (or 0xA544BA) is known color: Deep Lilac. HEX triplet: A5, 44 and BA. RGB value is (165,68,186). Sum of RGB (Red+Green+Blue) = 165+68+186=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 68 (26.95% from 255 or 16.23% 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 #A544BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544BA is #5ABB45. Grayscale: #6E6E6E. Windows color (decimal): -5946182 or 12207269. OLE color: 12207269.
HSL color Cylindrical-coordinate representation of color #A544BA: hue angle of 289.32º 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 #A544BA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 68 | 186 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.27 |
| HSL | 289.32º | 0.46% | 0.5% | - |
| HSV(B) | 289.32º | 0.63% | 0.73% | - |
| XYZ | 26.45 | 15.68 | 48.09 | - |
| YUV | 110.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 186 | 0.11 | 0.63 | 0 | 0.27 | 289.32 | 0.46 | 0.5 |
| Hex | A5 | 44 | BA | B | 3F | 0 | 1B | 121 | 2E | 32 |
| Octal | 245 | 104 | 272 | 13 | 77 | 0 | 33 | 441 | 56 | 62 |
| Binary | 10100101 | 1000100 | 10111010 | 1011 | 111111 | 0 | 11011 | 100100001 | 101110 | 110010 |
Color Harmonies of #A544BA
Complementary color
Monochromatic Colors of #A544BA
Black with #A544BA
Text Example
Text Example
White with #A544BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544BA; }
p { color: rgb(165,68,186); }
H1.HeaderClassName
{
color: #A544BA;
}
.AnyTagClassName
{
color: #A544BA;
}
</style>
background-color css
<style>
a { background-color: #A544BA; }
a { background-color: rgb(165,68,186); }
div.DivClassName
{
background-color: #A544BA;
}
.BgClassName
{
background-color: #A544BA;
}
</style>
border-color css
<style>
span { border-color: #A544BA; }
span { border-color: rgb(165,68,186); }
td.TdClassName
{
border-color: #A544BA;
}
.TagClassName
{
border-color: #A544BA;
}
</style>