Shades of Deep Lilac #A055AF
Tints of Deep Lilac #A055AF
RGB
CMYK
RGB Variations
Color information
#A055AF (or 0xA055AF) is known color: Deep Lilac. HEX triplet: A0, 55 and AF. RGB value is (160,85,175). Sum of RGB (Red+Green+Blue) = 160+85+175=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A055AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055AF is #5FAA50. Grayscale: #757575. Windows color (decimal): -6269521 or 11490720. OLE color: 11490720.
HSL color Cylindrical-coordinate representation of color #A055AF: hue angle of 290º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A055AF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 85 | 175 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.31 |
| HSL | 290º | 0.36% | 0.51% | - |
| HSV(B) | 290º | 0.51% | 0.69% | - |
| XYZ | 25.48 | 17.07 | 42.51 | - |
| YUV | 117.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 175 | 0.09 | 0.51 | 0 | 0.31 | 290 | 0.36 | 0.51 |
| Hex | A0 | 55 | AF | 9 | 33 | 0 | 1F | 122 | 24 | 33 |
| Octal | 240 | 125 | 257 | 11 | 63 | 0 | 37 | 442 | 44 | 63 |
| Binary | 10100000 | 1010101 | 10101111 | 1001 | 110011 | 0 | 11111 | 100100010 | 100100 | 110011 |
Color Harmonies of #A055AF
Complementary color
Monochromatic Colors of #A055AF
Black with #A055AF
Text Example
Text Example
White with #A055AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055AF; }
p { color: rgb(160,85,175); }
H1.HeaderClassName
{
color: #A055AF;
}
.AnyTagClassName
{
color: #A055AF;
}
</style>
background-color css
<style>
a { background-color: #A055AF; }
a { background-color: rgb(160,85,175); }
div.DivClassName
{
background-color: #A055AF;
}
.BgClassName
{
background-color: #A055AF;
}
</style>
border-color css
<style>
span { border-color: #A055AF; }
span { border-color: rgb(160,85,175); }
td.TdClassName
{
border-color: #A055AF;
}
.TagClassName
{
border-color: #A055AF;
}
</style>