Shades of Deep Lilac #A053BB
Tints of Deep Lilac #A053BB
RGB
CMYK
RGB Variations
Color information
#A053BB (or 0xA053BB) is known color: Deep Lilac. HEX triplet: A0, 53 and BB. RGB value is (160,83,187). Sum of RGB (Red+Green+Blue) = 160+83+187=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #A053BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BB is #5FAC44. Grayscale: #757575. Windows color (decimal): -6270021 or 12276640. OLE color: 12276640.
HSL color Cylindrical-coordinate representation of color #A053BB: hue angle of 284.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A053BB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 83 | 187 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.27 |
| HSL | 284.42º | 0.43% | 0.53% | - |
| HSV(B) | 284.42º | 0.56% | 0.73% | - |
| XYZ | 26.56 | 17.25 | 48.94 | - |
| YUV | 117.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 187 | 0.14 | 0.56 | 0 | 0.27 | 284.42 | 0.43 | 0.53 |
| Hex | A0 | 53 | BB | E | 38 | 0 | 1B | 11C | 2B | 35 |
| Octal | 240 | 123 | 273 | 16 | 70 | 0 | 33 | 434 | 53 | 65 |
| Binary | 10100000 | 1010011 | 10111011 | 1110 | 111000 | 0 | 11011 | 100011100 | 101011 | 110101 |
Color Harmonies of #A053BB
Complementary color
Monochromatic Colors of #A053BB
Black with #A053BB
Text Example
Text Example
White with #A053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053BB; }
p { color: rgb(160,83,187); }
H1.HeaderClassName
{
color: #A053BB;
}
.AnyTagClassName
{
color: #A053BB;
}
</style>
background-color css
<style>
a { background-color: #A053BB; }
a { background-color: rgb(160,83,187); }
div.DivClassName
{
background-color: #A053BB;
}
.BgClassName
{
background-color: #A053BB;
}
</style>
border-color css
<style>
span { border-color: #A053BB; }
span { border-color: rgb(160,83,187); }
td.TdClassName
{
border-color: #A053BB;
}
.TagClassName
{
border-color: #A053BB;
}
</style>