Shades of Deep Lilac #A053C4
Tints of Deep Lilac #A053C4
RGB
CMYK
RGB Variations
Color information
#A053C4 (or 0xA053C4) is known color: Deep Lilac. HEX triplet: A0, 53 and C4. RGB value is (160,83,196). Sum of RGB (Red+Green+Blue) = 160+83+196=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #A053C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053C4 is #5FAC3B. Grayscale: #767676. Windows color (decimal): -6270012 or 12866464. OLE color: 12866464.
HSL color Cylindrical-coordinate representation of color #A053C4: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A053C4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 83 | 196 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.23 |
| HSL | 280.88º | 0.49% | 0.55% | - |
| HSV(B) | 280.88º | 0.58% | 0.77% | - |
| XYZ | 27.55 | 17.65 | 54.18 | - |
| YUV | 118.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 196 | 0.18 | 0.58 | 0 | 0.23 | 280.88 | 0.49 | 0.55 |
| Hex | A0 | 53 | C4 | 12 | 3A | 0 | 17 | 119 | 31 | 37 |
| Octal | 240 | 123 | 304 | 22 | 72 | 0 | 27 | 431 | 61 | 67 |
| Binary | 10100000 | 1010011 | 11000100 | 10010 | 111010 | 0 | 10111 | 100011001 | 110001 | 110111 |
Color Harmonies of #A053C4
Complementary color
Monochromatic Colors of #A053C4
Black with #A053C4
Text Example
Text Example
White with #A053C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053C4; }
p { color: rgb(160,83,196); }
H1.HeaderClassName
{
color: #A053C4;
}
.AnyTagClassName
{
color: #A053C4;
}
</style>
background-color css
<style>
a { background-color: #A053C4; }
a { background-color: rgb(160,83,196); }
div.DivClassName
{
background-color: #A053C4;
}
.BgClassName
{
background-color: #A053C4;
}
</style>
border-color css
<style>
span { border-color: #A053C4; }
span { border-color: rgb(160,83,196); }
td.TdClassName
{
border-color: #A053C4;
}
.TagClassName
{
border-color: #A053C4;
}
</style>