Shades of Deep Lilac #A054CF
Tints of Deep Lilac #A054CF
RGB
CMYK
RGB Variations
Color information
#A054CF (or 0xA054CF) is known color: Deep Lilac. HEX triplet: A0, 54 and CF. RGB value is (160,84,207). Sum of RGB (Red+Green+Blue) = 160+84+207=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A054CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054CF is #5FAB30. Grayscale: #787878. Windows color (decimal): -6269745 or 13587616. OLE color: 13587616.
HSL color Cylindrical-coordinate representation of color #A054CF: hue angle of 277.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A054CF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 84 | 207 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.19 |
| HSL | 277.07º | 0.56% | 0.57% | - |
| HSV(B) | 277.07º | 0.59% | 0.81% | - |
| XYZ | 28.93 | 18.32 | 61.04 | - |
| YUV | 120.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 207 | 0.23 | 0.59 | 0 | 0.19 | 277.07 | 0.56 | 0.57 |
| Hex | A0 | 54 | CF | 17 | 3B | 0 | 13 | 115 | 38 | 39 |
| Octal | 240 | 124 | 317 | 27 | 73 | 0 | 23 | 425 | 70 | 71 |
| Binary | 10100000 | 1010100 | 11001111 | 10111 | 111011 | 0 | 10011 | 100010101 | 111000 | 111001 |
Color Harmonies of #A054CF
Complementary color
Monochromatic Colors of #A054CF
Black with #A054CF
Text Example
Text Example
White with #A054CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054CF; }
p { color: rgb(160,84,207); }
H1.HeaderClassName
{
color: #A054CF;
}
.AnyTagClassName
{
color: #A054CF;
}
</style>
background-color css
<style>
a { background-color: #A054CF; }
a { background-color: rgb(160,84,207); }
div.DivClassName
{
background-color: #A054CF;
}
.BgClassName
{
background-color: #A054CF;
}
</style>
border-color css
<style>
span { border-color: #A054CF; }
span { border-color: rgb(160,84,207); }
td.TdClassName
{
border-color: #A054CF;
}
.TagClassName
{
border-color: #A054CF;
}
</style>