Shades of Deep Lilac #A54ABB
Tints of Deep Lilac #A54ABB
RGB
CMYK
RGB Variations
Color information
#A54ABB (or 0xA54ABB) is known color: Deep Lilac. HEX triplet: A5, 4A and BB. RGB value is (165,74,187). Sum of RGB (Red+Green+Blue) = 165+74+187=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #A54ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ABB is #5AB544. Grayscale: #717171. Windows color (decimal): -5944645 or 12274341. OLE color: 12274341.
HSL color Cylindrical-coordinate representation of color #A54ABB: hue angle of 288.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54ABB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 74 | 187 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.27 |
| HSL | 288.32º | 0.45% | 0.51% | - |
| HSV(B) | 288.32º | 0.6% | 0.73% | - |
| XYZ | 26.94 | 16.48 | 48.78 | - |
| YUV | 114.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 187 | 0.12 | 0.60 | 0 | 0.27 | 288.32 | 0.45 | 0.51 |
| Hex | A5 | 4A | BB | C | 3C | 0 | 1B | 120 | 2D | 33 |
| Octal | 245 | 112 | 273 | 14 | 74 | 0 | 33 | 440 | 55 | 63 |
| Binary | 10100101 | 1001010 | 10111011 | 1100 | 111100 | 0 | 11011 | 100100000 | 101101 | 110011 |
Color Harmonies of #A54ABB
Complementary color
Monochromatic Colors of #A54ABB
Black with #A54ABB
Text Example
Text Example
White with #A54ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ABB; }
p { color: rgb(165,74,187); }
H1.HeaderClassName
{
color: #A54ABB;
}
.AnyTagClassName
{
color: #A54ABB;
}
</style>
background-color css
<style>
a { background-color: #A54ABB; }
a { background-color: rgb(165,74,187); }
div.DivClassName
{
background-color: #A54ABB;
}
.BgClassName
{
background-color: #A54ABB;
}
</style>
border-color css
<style>
span { border-color: #A54ABB; }
span { border-color: rgb(165,74,187); }
td.TdClassName
{
border-color: #A54ABB;
}
.TagClassName
{
border-color: #A54ABB;
}
</style>