Shades of Deep Lilac #A054BC
Tints of Deep Lilac #A054BC
RGB
CMYK
RGB Variations
Color information
#A054BC (or 0xA054BC) is known color: Deep Lilac. HEX triplet: A0, 54 and BC. RGB value is (160,84,188). Sum of RGB (Red+Green+Blue) = 160+84+188=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #A054BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054BC is #5FAB43. Grayscale: #767676. Windows color (decimal): -6269764 or 12342432. OLE color: 12342432.
HSL color Cylindrical-coordinate representation of color #A054BC: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A054BC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 84 | 188 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.26 |
| HSL | 283.85º | 0.44% | 0.53% | - |
| HSV(B) | 283.85º | 0.55% | 0.74% | - |
| XYZ | 26.74 | 17.45 | 49.53 | - |
| YUV | 118.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 188 | 0.15 | 0.55 | 0 | 0.26 | 283.85 | 0.44 | 0.53 |
| Hex | A0 | 54 | BC | F | 37 | 0 | 1A | 11C | 2C | 35 |
| Octal | 240 | 124 | 274 | 17 | 67 | 0 | 32 | 434 | 54 | 65 |
| Binary | 10100000 | 1010100 | 10111100 | 1111 | 110111 | 0 | 11010 | 100011100 | 101100 | 110101 |
Color Harmonies of #A054BC
Complementary color
Monochromatic Colors of #A054BC
Black with #A054BC
Text Example
Text Example
White with #A054BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054BC; }
p { color: rgb(160,84,188); }
H1.HeaderClassName
{
color: #A054BC;
}
.AnyTagClassName
{
color: #A054BC;
}
</style>
background-color css
<style>
a { background-color: #A054BC; }
a { background-color: rgb(160,84,188); }
div.DivClassName
{
background-color: #A054BC;
}
.BgClassName
{
background-color: #A054BC;
}
</style>
border-color css
<style>
span { border-color: #A054BC; }
span { border-color: rgb(160,84,188); }
td.TdClassName
{
border-color: #A054BC;
}
.TagClassName
{
border-color: #A054BC;
}
</style>