Shades of Deep Lilac #A058C9
Tints of Deep Lilac #A058C9
RGB
CMYK
RGB Variations
Color information
#A058C9 (or 0xA058C9) is known color: Deep Lilac. HEX triplet: A0, 58 and C9. RGB value is (160,88,201). Sum of RGB (Red+Green+Blue) = 160+88+201=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #A058C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058C9 is #5FA736. Grayscale: #7A7A7A. Windows color (decimal): -6268727 or 13195424. OLE color: 13195424.
HSL color Cylindrical-coordinate representation of color #A058C9: hue angle of 278.23º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A058C9 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 88 | 201 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.21 |
| HSL | 278.23º | 0.51% | 0.57% | - |
| HSV(B) | 278.23º | 0.56% | 0.79% | - |
| XYZ | 28.53 | 18.67 | 57.36 | - |
| YUV | 122.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 201 | 0.20 | 0.56 | 0 | 0.21 | 278.23 | 0.51 | 0.57 |
| Hex | A0 | 58 | C9 | 14 | 38 | 0 | 15 | 116 | 33 | 39 |
| Octal | 240 | 130 | 311 | 24 | 70 | 0 | 25 | 426 | 63 | 71 |
| Binary | 10100000 | 1011000 | 11001001 | 10100 | 111000 | 0 | 10101 | 100010110 | 110011 | 111001 |
Color Harmonies of #A058C9
Complementary color
Monochromatic Colors of #A058C9
Black with #A058C9
Text Example
Text Example
White with #A058C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058C9; }
p { color: rgb(160,88,201); }
H1.HeaderClassName
{
color: #A058C9;
}
.AnyTagClassName
{
color: #A058C9;
}
</style>
background-color css
<style>
a { background-color: #A058C9; }
a { background-color: rgb(160,88,201); }
div.DivClassName
{
background-color: #A058C9;
}
.BgClassName
{
background-color: #A058C9;
}
</style>
border-color css
<style>
span { border-color: #A058C9; }
span { border-color: rgb(160,88,201); }
td.TdClassName
{
border-color: #A058C9;
}
.TagClassName
{
border-color: #A058C9;
}
</style>