Shades of Deep Lilac #A54DB8
Tints of Deep Lilac #A54DB8
RGB
CMYK
RGB Variations
Color information
#A54DB8 (or 0xA54DB8) is known color: Deep Lilac. HEX triplet: A5, 4D and B8. RGB value is (165,77,184). Sum of RGB (Red+Green+Blue) = 165+77+184=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #A54DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DB8 is #5AB247. Grayscale: #737373. Windows color (decimal): -5943880 or 12078501. OLE color: 12078501.
HSL color Cylindrical-coordinate representation of color #A54DB8: hue angle of 289.35º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54DB8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 77 | 184 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.28 |
| HSL | 289.35º | 0.43% | 0.51% | - |
| HSV(B) | 289.35º | 0.58% | 0.72% | - |
| XYZ | 26.82 | 16.77 | 47.17 | - |
| YUV | 115.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 184 | 0.10 | 0.58 | 0 | 0.28 | 289.35 | 0.43 | 0.51 |
| Hex | A5 | 4D | B8 | A | 3A | 0 | 1C | 121 | 2B | 33 |
| Octal | 245 | 115 | 270 | 12 | 72 | 0 | 34 | 441 | 53 | 63 |
| Binary | 10100101 | 1001101 | 10111000 | 1010 | 111010 | 0 | 11100 | 100100001 | 101011 | 110011 |
Color Harmonies of #A54DB8
Complementary color
Monochromatic Colors of #A54DB8
Black with #A54DB8
Text Example
Text Example
White with #A54DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DB8; }
p { color: rgb(165,77,184); }
H1.HeaderClassName
{
color: #A54DB8;
}
.AnyTagClassName
{
color: #A54DB8;
}
</style>
background-color css
<style>
a { background-color: #A54DB8; }
a { background-color: rgb(165,77,184); }
div.DivClassName
{
background-color: #A54DB8;
}
.BgClassName
{
background-color: #A54DB8;
}
</style>
border-color css
<style>
span { border-color: #A54DB8; }
span { border-color: rgb(165,77,184); }
td.TdClassName
{
border-color: #A54DB8;
}
.TagClassName
{
border-color: #A54DB8;
}
</style>