Shades of Deep Lilac #A54ABE
Tints of Deep Lilac #A54ABE
RGB
CMYK
RGB Variations
Color information
#A54ABE (or 0xA54ABE) is known color: Deep Lilac. HEX triplet: A5, 4A and BE. RGB value is (165,74,190). Sum of RGB (Red+Green+Blue) = 165+74+190=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A54ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ABE is #5AB541. Grayscale: #727272. Windows color (decimal): -5944642 or 12470949. OLE color: 12470949.
HSL color Cylindrical-coordinate representation of color #A54ABE: hue angle of 287.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54ABE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 74 | 190 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.25 |
| HSL | 287.07º | 0.47% | 0.52% | - |
| HSV(B) | 287.07º | 0.61% | 0.75% | - |
| XYZ | 27.26 | 16.61 | 50.49 | - |
| YUV | 114.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 190 | 0.13 | 0.61 | 0 | 0.25 | 287.07 | 0.47 | 0.52 |
| Hex | A5 | 4A | BE | D | 3D | 0 | 19 | 11F | 2F | 34 |
| Octal | 245 | 112 | 276 | 15 | 75 | 0 | 31 | 437 | 57 | 64 |
| Binary | 10100101 | 1001010 | 10111110 | 1101 | 111101 | 0 | 11001 | 100011111 | 101111 | 110100 |
Color Harmonies of #A54ABE
Complementary color
Monochromatic Colors of #A54ABE
Black with #A54ABE
Text Example
Text Example
White with #A54ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ABE; }
p { color: rgb(165,74,190); }
H1.HeaderClassName
{
color: #A54ABE;
}
.AnyTagClassName
{
color: #A54ABE;
}
</style>
background-color css
<style>
a { background-color: #A54ABE; }
a { background-color: rgb(165,74,190); }
div.DivClassName
{
background-color: #A54ABE;
}
.BgClassName
{
background-color: #A54ABE;
}
</style>
border-color css
<style>
span { border-color: #A54ABE; }
span { border-color: rgb(165,74,190); }
td.TdClassName
{
border-color: #A54ABE;
}
.TagClassName
{
border-color: #A54ABE;
}
</style>