Shades of Deep Lilac #A54DBD
Tints of Deep Lilac #A54DBD
RGB
CMYK
RGB Variations
Color information
#A54DBD (or 0xA54DBD) is known color: Deep Lilac. HEX triplet: A5, 4D and BD. RGB value is (165,77,189). Sum of RGB (Red+Green+Blue) = 165+77+189=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A54DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DBD is #5AB242. Grayscale: #737373. Windows color (decimal): -5943875 or 12406181. OLE color: 12406181.
HSL color Cylindrical-coordinate representation of color #A54DBD: hue angle of 287.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54DBD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 77 | 189 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.26 |
| HSL | 287.14º | 0.46% | 0.52% | - |
| HSV(B) | 287.14º | 0.59% | 0.74% | - |
| XYZ | 27.36 | 16.98 | 49.98 | - |
| YUV | 116.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 189 | 0.13 | 0.59 | 0 | 0.26 | 287.14 | 0.46 | 0.52 |
| Hex | A5 | 4D | BD | D | 3B | 0 | 1A | 11F | 2E | 34 |
| Octal | 245 | 115 | 275 | 15 | 73 | 0 | 32 | 437 | 56 | 64 |
| Binary | 10100101 | 1001101 | 10111101 | 1101 | 111011 | 0 | 11010 | 100011111 | 101110 | 110100 |
Color Harmonies of #A54DBD
Complementary color
Monochromatic Colors of #A54DBD
Black with #A54DBD
Text Example
Text Example
White with #A54DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DBD; }
p { color: rgb(165,77,189); }
H1.HeaderClassName
{
color: #A54DBD;
}
.AnyTagClassName
{
color: #A54DBD;
}
</style>
background-color css
<style>
a { background-color: #A54DBD; }
a { background-color: rgb(165,77,189); }
div.DivClassName
{
background-color: #A54DBD;
}
.BgClassName
{
background-color: #A54DBD;
}
</style>
border-color css
<style>
span { border-color: #A54DBD; }
span { border-color: rgb(165,77,189); }
td.TdClassName
{
border-color: #A54DBD;
}
.TagClassName
{
border-color: #A54DBD;
}
</style>