Shades of Deep Lilac #A05AAF
Tints of Deep Lilac #A05AAF
RGB
CMYK
RGB Variations
Color information
#A05AAF (or 0xA05AAF) is known color: Deep Lilac. HEX triplet: A0, 5A and AF. RGB value is (160,90,175). Sum of RGB (Red+Green+Blue) = 160+90+175=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05AAF is #5FA550. Grayscale: #787878. Windows color (decimal): -6268241 or 11492000. OLE color: 11492000.
HSL color Cylindrical-coordinate representation of color #A05AAF: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05AAF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 90 | 175 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.31 |
| HSL | 289.41º | 0.35% | 0.52% | - |
| HSV(B) | 289.41º | 0.49% | 0.69% | - |
| XYZ | 25.89 | 17.88 | 42.64 | - |
| YUV | 120.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 175 | 0.09 | 0.49 | 0 | 0.31 | 289.41 | 0.35 | 0.52 |
| Hex | A0 | 5A | AF | 9 | 31 | 0 | 1F | 121 | 23 | 34 |
| Octal | 240 | 132 | 257 | 11 | 61 | 0 | 37 | 441 | 43 | 64 |
| Binary | 10100000 | 1011010 | 10101111 | 1001 | 110001 | 0 | 11111 | 100100001 | 100011 | 110100 |
Color Harmonies of #A05AAF
Complementary color
Monochromatic Colors of #A05AAF
Black with #A05AAF
Text Example
Text Example
White with #A05AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AAF; }
p { color: rgb(160,90,175); }
H1.HeaderClassName
{
color: #A05AAF;
}
.AnyTagClassName
{
color: #A05AAF;
}
</style>
background-color css
<style>
a { background-color: #A05AAF; }
a { background-color: rgb(160,90,175); }
div.DivClassName
{
background-color: #A05AAF;
}
.BgClassName
{
background-color: #A05AAF;
}
</style>
border-color css
<style>
span { border-color: #A05AAF; }
span { border-color: rgb(160,90,175); }
td.TdClassName
{
border-color: #A05AAF;
}
.TagClassName
{
border-color: #A05AAF;
}
</style>