Shades of Deep Lilac #A854C0
Tints of Deep Lilac #A854C0
RGB
CMYK
RGB Variations
Color information
#A854C0 (or 0xA854C0) is known color: Deep Lilac. HEX triplet: A8, 54 and C0. RGB value is (168,84,192). Sum of RGB (Red+Green+Blue) = 168+84+192=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A854C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854C0 is #57AB3F. Grayscale: #797979. Windows color (decimal): -5745472 or 12604584. OLE color: 12604584.
HSL color Cylindrical-coordinate representation of color #A854C0: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A854C0 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 84 | 192 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.25 |
| HSL | 286.67º | 0.46% | 0.54% | - |
| HSV(B) | 286.67º | 0.56% | 0.75% | - |
| XYZ | 28.83 | 18.47 | 51.91 | - |
| YUV | 121.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 192 | 0.12 | 0.56 | 0 | 0.25 | 286.67 | 0.46 | 0.54 |
| Hex | A8 | 54 | C0 | C | 38 | 0 | 19 | 11F | 2E | 36 |
| Octal | 250 | 124 | 300 | 14 | 70 | 0 | 31 | 437 | 56 | 66 |
| Binary | 10101000 | 1010100 | 11000000 | 1100 | 111000 | 0 | 11001 | 100011111 | 101110 | 110110 |
Color Harmonies of #A854C0
Complementary color
Monochromatic Colors of #A854C0
Black with #A854C0
Text Example
Text Example
White with #A854C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854C0; }
p { color: rgb(168,84,192); }
H1.HeaderClassName
{
color: #A854C0;
}
.AnyTagClassName
{
color: #A854C0;
}
</style>
background-color css
<style>
a { background-color: #A854C0; }
a { background-color: rgb(168,84,192); }
div.DivClassName
{
background-color: #A854C0;
}
.BgClassName
{
background-color: #A854C0;
}
</style>
border-color css
<style>
span { border-color: #A854C0; }
span { border-color: rgb(168,84,192); }
td.TdClassName
{
border-color: #A854C0;
}
.TagClassName
{
border-color: #A854C0;
}
</style>