Shades of Deep Lilac #A54CC0
Tints of Deep Lilac #A54CC0
RGB
CMYK
RGB Variations
Color information
#A54CC0 (or 0xA54CC0) is known color: Deep Lilac. HEX triplet: A5, 4C and C0. RGB value is (165,76,192). Sum of RGB (Red+Green+Blue) = 165+76+192=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #A54CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CC0 is #5AB33F. Grayscale: #737373. Windows color (decimal): -5944128 or 12602533. OLE color: 12602533.
HSL color Cylindrical-coordinate representation of color #A54CC0: hue angle of 286.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54CC0 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 76 | 192 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.25 |
| HSL | 286.03º | 0.48% | 0.53% | - |
| HSV(B) | 286.03º | 0.6% | 0.75% | - |
| XYZ | 27.62 | 16.97 | 51.69 | - |
| YUV | 115.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 192 | 0.14 | 0.60 | 0 | 0.25 | 286.03 | 0.48 | 0.53 |
| Hex | A5 | 4C | C0 | E | 3C | 0 | 19 | 11E | 30 | 35 |
| Octal | 245 | 114 | 300 | 16 | 74 | 0 | 31 | 436 | 60 | 65 |
| Binary | 10100101 | 1001100 | 11000000 | 1110 | 111100 | 0 | 11001 | 100011110 | 110000 | 110101 |
Color Harmonies of #A54CC0
Complementary color
Monochromatic Colors of #A54CC0
Black with #A54CC0
Text Example
Text Example
White with #A54CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CC0; }
p { color: rgb(165,76,192); }
H1.HeaderClassName
{
color: #A54CC0;
}
.AnyTagClassName
{
color: #A54CC0;
}
</style>
background-color css
<style>
a { background-color: #A54CC0; }
a { background-color: rgb(165,76,192); }
div.DivClassName
{
background-color: #A54CC0;
}
.BgClassName
{
background-color: #A54CC0;
}
</style>
border-color css
<style>
span { border-color: #A54CC0; }
span { border-color: rgb(165,76,192); }
td.TdClassName
{
border-color: #A54CC0;
}
.TagClassName
{
border-color: #A54CC0;
}
</style>