Shades of Deep Lilac #A154BC
Tints of Deep Lilac #A154BC
RGB
CMYK
RGB Variations
Color information
#A154BC (or 0xA154BC) is known color: Deep Lilac. HEX triplet: A1, 54 and BC. RGB value is (161,84,188). Sum of RGB (Red+Green+Blue) = 161+84+188=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A154BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154BC is #5EAB43. Grayscale: #767676. Windows color (decimal): -6204228 or 12342433. OLE color: 12342433.
HSL color Cylindrical-coordinate representation of color #A154BC: hue angle of 284.42º 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 #A154BC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 84 | 188 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.26 |
| HSL | 284.42º | 0.44% | 0.53% | - |
| HSV(B) | 284.42º | 0.55% | 0.74% | - |
| XYZ | 26.95 | 17.55 | 49.54 | - |
| YUV | 118.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 188 | 0.14 | 0.55 | 0 | 0.26 | 284.42 | 0.44 | 0.53 |
| Hex | A1 | 54 | BC | E | 37 | 0 | 1A | 11C | 2C | 35 |
| Octal | 241 | 124 | 274 | 16 | 67 | 0 | 32 | 434 | 54 | 65 |
| Binary | 10100001 | 1010100 | 10111100 | 1110 | 110111 | 0 | 11010 | 100011100 | 101100 | 110101 |
Color Harmonies of #A154BC
Complementary color
Monochromatic Colors of #A154BC
Black with #A154BC
Text Example
Text Example
White with #A154BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154BC; }
p { color: rgb(161,84,188); }
H1.HeaderClassName
{
color: #A154BC;
}
.AnyTagClassName
{
color: #A154BC;
}
</style>
background-color css
<style>
a { background-color: #A154BC; }
a { background-color: rgb(161,84,188); }
div.DivClassName
{
background-color: #A154BC;
}
.BgClassName
{
background-color: #A154BC;
}
</style>
border-color css
<style>
span { border-color: #A154BC; }
span { border-color: rgb(161,84,188); }
td.TdClassName
{
border-color: #A154BC;
}
.TagClassName
{
border-color: #A154BC;
}
</style>