Shades of Deep Lilac #A854BC
Tints of Deep Lilac #A854BC
RGB
CMYK
RGB Variations
Color information
#A854BC (or 0xA854BC) is known color: Deep Lilac. HEX triplet: A8, 54 and BC. RGB value is (168,84,188). Sum of RGB (Red+Green+Blue) = 168+84+188=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A854BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854BC is #57AB43. Grayscale: #787878. Windows color (decimal): -5745476 or 12342440. OLE color: 12342440.
HSL color Cylindrical-coordinate representation of color #A854BC: hue angle of 288.46º 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 #A854BC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 84 | 188 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.26 |
| HSL | 288.46º | 0.44% | 0.53% | - |
| HSV(B) | 288.46º | 0.55% | 0.74% | - |
| XYZ | 28.4 | 18.3 | 49.61 | - |
| YUV | 120.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 188 | 0.11 | 0.55 | 0 | 0.26 | 288.46 | 0.44 | 0.53 |
| Hex | A8 | 54 | BC | B | 37 | 0 | 1A | 120 | 2C | 35 |
| Octal | 250 | 124 | 274 | 13 | 67 | 0 | 32 | 440 | 54 | 65 |
| Binary | 10101000 | 1010100 | 10111100 | 1011 | 110111 | 0 | 11010 | 100100000 | 101100 | 110101 |
Color Harmonies of #A854BC
Complementary color
Monochromatic Colors of #A854BC
Black with #A854BC
Text Example
Text Example
White with #A854BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854BC; }
p { color: rgb(168,84,188); }
H1.HeaderClassName
{
color: #A854BC;
}
.AnyTagClassName
{
color: #A854BC;
}
</style>
background-color css
<style>
a { background-color: #A854BC; }
a { background-color: rgb(168,84,188); }
div.DivClassName
{
background-color: #A854BC;
}
.BgClassName
{
background-color: #A854BC;
}
</style>
border-color css
<style>
span { border-color: #A854BC; }
span { border-color: rgb(168,84,188); }
td.TdClassName
{
border-color: #A854BC;
}
.TagClassName
{
border-color: #A854BC;
}
</style>