Shades of Deep Lilac #A554BA
Tints of Deep Lilac #A554BA
RGB
CMYK
RGB Variations
Color information
#A554BA (or 0xA554BA) is known color: Deep Lilac. HEX triplet: A5, 54 and BA. RGB value is (165,84,186). Sum of RGB (Red+Green+Blue) = 165+84+186=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A554BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554BA is #5AAB45. Grayscale: #777777. Windows color (decimal): -5942086 or 12211365. OLE color: 12211365.
HSL color Cylindrical-coordinate representation of color #A554BA: hue angle of 287.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A554BA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 84 | 186 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.27 |
| HSL | 287.65º | 0.43% | 0.53% | - |
| HSV(B) | 287.65º | 0.55% | 0.73% | - |
| XYZ | 27.55 | 17.89 | 48.45 | - |
| YUV | 119.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 186 | 0.11 | 0.55 | 0 | 0.27 | 287.65 | 0.43 | 0.53 |
| Hex | A5 | 54 | BA | B | 37 | 0 | 1B | 120 | 2A | 35 |
| Octal | 245 | 124 | 272 | 13 | 67 | 0 | 33 | 440 | 52 | 65 |
| Binary | 10100101 | 1010100 | 10111010 | 1011 | 110111 | 0 | 11011 | 100100000 | 101010 | 110101 |
Color Harmonies of #A554BA
Complementary color
Monochromatic Colors of #A554BA
Black with #A554BA
Text Example
Text Example
White with #A554BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554BA; }
p { color: rgb(165,84,186); }
H1.HeaderClassName
{
color: #A554BA;
}
.AnyTagClassName
{
color: #A554BA;
}
</style>
background-color css
<style>
a { background-color: #A554BA; }
a { background-color: rgb(165,84,186); }
div.DivClassName
{
background-color: #A554BA;
}
.BgClassName
{
background-color: #A554BA;
}
</style>
border-color css
<style>
span { border-color: #A554BA; }
span { border-color: rgb(165,84,186); }
td.TdClassName
{
border-color: #A554BA;
}
.TagClassName
{
border-color: #A554BA;
}
</style>