Shades of Deep Lilac #A053CB
Tints of Deep Lilac #A053CB
RGB
CMYK
RGB Variations
Color information
#A053CB (or 0xA053CB) is known color: Deep Lilac. HEX triplet: A0, 53 and CB. RGB value is (160,83,203). Sum of RGB (Red+Green+Blue) = 160+83+203=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #A053CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053CB is #5FAC34. Grayscale: #777777. Windows color (decimal): -6270005 or 13325216. OLE color: 13325216.
HSL color Cylindrical-coordinate representation of color #A053CB: hue angle of 278.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A053CB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 83 | 203 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.20 |
| HSL | 278.5º | 0.54% | 0.56% | - |
| HSV(B) | 278.5º | 0.59% | 0.8% | - |
| XYZ | 28.37 | 17.97 | 58.47 | - |
| YUV | 119.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 203 | 0.21 | 0.59 | 0 | 0.20 | 278.5 | 0.54 | 0.56 |
| Hex | A0 | 53 | CB | 15 | 3B | 0 | 14 | 116 | 36 | 38 |
| Octal | 240 | 123 | 313 | 25 | 73 | 0 | 24 | 426 | 66 | 70 |
| Binary | 10100000 | 1010011 | 11001011 | 10101 | 111011 | 0 | 10100 | 100010110 | 110110 | 111000 |
Color Harmonies of #A053CB
Complementary color
Monochromatic Colors of #A053CB
Black with #A053CB
Text Example
Text Example
White with #A053CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053CB; }
p { color: rgb(160,83,203); }
H1.HeaderClassName
{
color: #A053CB;
}
.AnyTagClassName
{
color: #A053CB;
}
</style>
background-color css
<style>
a { background-color: #A053CB; }
a { background-color: rgb(160,83,203); }
div.DivClassName
{
background-color: #A053CB;
}
.BgClassName
{
background-color: #A053CB;
}
</style>
border-color css
<style>
span { border-color: #A053CB; }
span { border-color: rgb(160,83,203); }
td.TdClassName
{
border-color: #A053CB;
}
.TagClassName
{
border-color: #A053CB;
}
</style>