Shades of Deep Lilac #A058AF
Tints of Deep Lilac #A058AF
RGB
CMYK
RGB Variations
Color information
#A058AF (or 0xA058AF) is known color: Deep Lilac. HEX triplet: A0, 58 and AF. RGB value is (160,88,175). Sum of RGB (Red+Green+Blue) = 160+88+175=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A058AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A058AF is #5FA750. Grayscale: #777777. Windows color (decimal): -6268753 or 11491488. OLE color: 11491488.
HSL color Cylindrical-coordinate representation of color #A058AF: hue angle of 289.66º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A058AF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 88 | 175 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.31 |
| HSL | 289.66º | 0.35% | 0.52% | - |
| HSV(B) | 289.66º | 0.5% | 0.69% | - |
| XYZ | 25.72 | 17.55 | 42.59 | - |
| YUV | 119.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 175 | 0.09 | 0.50 | 0 | 0.31 | 289.66 | 0.35 | 0.52 |
| Hex | A0 | 58 | AF | 9 | 32 | 0 | 1F | 122 | 23 | 34 |
| Octal | 240 | 130 | 257 | 11 | 62 | 0 | 37 | 442 | 43 | 64 |
| Binary | 10100000 | 1011000 | 10101111 | 1001 | 110010 | 0 | 11111 | 100100010 | 100011 | 110100 |
Color Harmonies of #A058AF
Complementary color
Monochromatic Colors of #A058AF
Black with #A058AF
Text Example
Text Example
White with #A058AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058AF; }
p { color: rgb(160,88,175); }
H1.HeaderClassName
{
color: #A058AF;
}
.AnyTagClassName
{
color: #A058AF;
}
</style>
background-color css
<style>
a { background-color: #A058AF; }
a { background-color: rgb(160,88,175); }
div.DivClassName
{
background-color: #A058AF;
}
.BgClassName
{
background-color: #A058AF;
}
</style>
border-color css
<style>
span { border-color: #A058AF; }
span { border-color: rgb(160,88,175); }
td.TdClassName
{
border-color: #A058AF;
}
.TagClassName
{
border-color: #A058AF;
}
</style>