Shades of Deep Lilac #A049CB
Tints of Deep Lilac #A049CB
RGB
CMYK
RGB Variations
Color information
#A049CB (or 0xA049CB) is known color: Deep Lilac. HEX triplet: A0, 49 and CB. RGB value is (160,73,203). Sum of RGB (Red+Green+Blue) = 160+73+203=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #A049CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049CB is #5FB634. Grayscale: #717171. Windows color (decimal): -6272565 or 13322656. OLE color: 13322656.
HSL color Cylindrical-coordinate representation of color #A049CB: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A049CB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 73 | 203 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.20 |
| HSL | 280.15º | 0.56% | 0.54% | - |
| HSV(B) | 280.15º | 0.64% | 0.8% | - |
| XYZ | 27.66 | 16.55 | 58.24 | - |
| YUV | 113.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 203 | 0.21 | 0.64 | 0 | 0.20 | 280.15 | 0.56 | 0.54 |
| Hex | A0 | 49 | CB | 15 | 40 | 0 | 14 | 118 | 38 | 36 |
| Octal | 240 | 111 | 313 | 25 | 100 | 0 | 24 | 430 | 70 | 66 |
| Binary | 10100000 | 1001001 | 11001011 | 10101 | 1000000 | 0 | 10100 | 100011000 | 111000 | 110110 |
Color Harmonies of #A049CB
Complementary color
Monochromatic Colors of #A049CB
Black with #A049CB
Text Example
Text Example
White with #A049CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049CB; }
p { color: rgb(160,73,203); }
H1.HeaderClassName
{
color: #A049CB;
}
.AnyTagClassName
{
color: #A049CB;
}
</style>
background-color css
<style>
a { background-color: #A049CB; }
a { background-color: rgb(160,73,203); }
div.DivClassName
{
background-color: #A049CB;
}
.BgClassName
{
background-color: #A049CB;
}
</style>
border-color css
<style>
span { border-color: #A049CB; }
span { border-color: rgb(160,73,203); }
td.TdClassName
{
border-color: #A049CB;
}
.TagClassName
{
border-color: #A049CB;
}
</style>