Shades of Deep Lilac #A054CA
Tints of Deep Lilac #A054CA
RGB
CMYK
RGB Variations
Color information
#A054CA (or 0xA054CA) is known color: Deep Lilac. HEX triplet: A0, 54 and CA. RGB value is (160,84,202). Sum of RGB (Red+Green+Blue) = 160+84+202=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #A054CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054CA is #5FAB35. Grayscale: #777777. Windows color (decimal): -6269750 or 13259936. OLE color: 13259936.
HSL color Cylindrical-coordinate representation of color #A054CA: hue angle of 278.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A054CA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 84 | 202 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.21 |
| HSL | 278.64º | 0.53% | 0.56% | - |
| HSV(B) | 278.64º | 0.58% | 0.79% | - |
| XYZ | 28.33 | 18.08 | 57.87 | - |
| YUV | 120.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 202 | 0.21 | 0.58 | 0 | 0.21 | 278.64 | 0.53 | 0.56 |
| Hex | A0 | 54 | CA | 15 | 3A | 0 | 15 | 117 | 35 | 38 |
| Octal | 240 | 124 | 312 | 25 | 72 | 0 | 25 | 427 | 65 | 70 |
| Binary | 10100000 | 1010100 | 11001010 | 10101 | 111010 | 0 | 10101 | 100010111 | 110101 | 111000 |
Color Harmonies of #A054CA
Complementary color
Monochromatic Colors of #A054CA
Black with #A054CA
Text Example
Text Example
White with #A054CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054CA; }
p { color: rgb(160,84,202); }
H1.HeaderClassName
{
color: #A054CA;
}
.AnyTagClassName
{
color: #A054CA;
}
</style>
background-color css
<style>
a { background-color: #A054CA; }
a { background-color: rgb(160,84,202); }
div.DivClassName
{
background-color: #A054CA;
}
.BgClassName
{
background-color: #A054CA;
}
</style>
border-color css
<style>
span { border-color: #A054CA; }
span { border-color: rgb(160,84,202); }
td.TdClassName
{
border-color: #A054CA;
}
.TagClassName
{
border-color: #A054CA;
}
</style>