Shades of Deep Lilac #A053B7
Tints of Deep Lilac #A053B7
RGB
CMYK
RGB Variations
Color information
#A053B7 (or 0xA053B7) is known color: Deep Lilac. HEX triplet: A0, 53 and B7. RGB value is (160,83,183). Sum of RGB (Red+Green+Blue) = 160+83+183=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #A053B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053B7 is #5FAC48. Grayscale: #757575. Windows color (decimal): -6270025 or 12014496. OLE color: 12014496.
HSL color Cylindrical-coordinate representation of color #A053B7: hue angle of 286.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A053B7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 83 | 183 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.28 |
| HSL | 286.2º | 0.41% | 0.52% | - |
| HSV(B) | 286.2º | 0.55% | 0.72% | - |
| XYZ | 26.14 | 17.08 | 46.72 | - |
| YUV | 117.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 183 | 0.13 | 0.55 | 0 | 0.28 | 286.2 | 0.41 | 0.52 |
| Hex | A0 | 53 | B7 | D | 37 | 0 | 1C | 11E | 29 | 34 |
| Octal | 240 | 123 | 267 | 15 | 67 | 0 | 34 | 436 | 51 | 64 |
| Binary | 10100000 | 1010011 | 10110111 | 1101 | 110111 | 0 | 11100 | 100011110 | 101001 | 110100 |
Color Harmonies of #A053B7
Complementary color
Monochromatic Colors of #A053B7
Black with #A053B7
Text Example
Text Example
White with #A053B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053B7; }
p { color: rgb(160,83,183); }
H1.HeaderClassName
{
color: #A053B7;
}
.AnyTagClassName
{
color: #A053B7;
}
</style>
background-color css
<style>
a { background-color: #A053B7; }
a { background-color: rgb(160,83,183); }
div.DivClassName
{
background-color: #A053B7;
}
.BgClassName
{
background-color: #A053B7;
}
</style>
border-color css
<style>
span { border-color: #A053B7; }
span { border-color: rgb(160,83,183); }
td.TdClassName
{
border-color: #A053B7;
}
.TagClassName
{
border-color: #A053B7;
}
</style>