Shades of Deep Lilac #A049CA
Tints of Deep Lilac #A049CA
RGB
CMYK
RGB Variations
Color information
#A049CA (or 0xA049CA) is known color: Deep Lilac. HEX triplet: A0, 49 and CA. RGB value is (160,73,202). Sum of RGB (Red+Green+Blue) = 160+73+202=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A049CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049CA is #5FB635. Grayscale: #717171. Windows color (decimal): -6272566 or 13257120. OLE color: 13257120.
HSL color Cylindrical-coordinate representation of color #A049CA: hue angle of 280.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A049CA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 73 | 202 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.21 |
| HSL | 280.47º | 0.55% | 0.54% | - |
| HSV(B) | 280.47º | 0.64% | 0.79% | - |
| XYZ | 27.54 | 16.5 | 57.61 | - |
| YUV | 113.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 202 | 0.21 | 0.64 | 0 | 0.21 | 280.47 | 0.55 | 0.54 |
| Hex | A0 | 49 | CA | 15 | 40 | 0 | 15 | 118 | 37 | 36 |
| Octal | 240 | 111 | 312 | 25 | 100 | 0 | 25 | 430 | 67 | 66 |
| Binary | 10100000 | 1001001 | 11001010 | 10101 | 1000000 | 0 | 10101 | 100011000 | 110111 | 110110 |
Color Harmonies of #A049CA
Complementary color
Monochromatic Colors of #A049CA
Black with #A049CA
Text Example
Text Example
White with #A049CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049CA; }
p { color: rgb(160,73,202); }
H1.HeaderClassName
{
color: #A049CA;
}
.AnyTagClassName
{
color: #A049CA;
}
</style>
background-color css
<style>
a { background-color: #A049CA; }
a { background-color: rgb(160,73,202); }
div.DivClassName
{
background-color: #A049CA;
}
.BgClassName
{
background-color: #A049CA;
}
</style>
border-color css
<style>
span { border-color: #A049CA; }
span { border-color: rgb(160,73,202); }
td.TdClassName
{
border-color: #A049CA;
}
.TagClassName
{
border-color: #A049CA;
}
</style>