Shades of Deep Lilac #A05DAF
Tints of Deep Lilac #A05DAF
RGB
CMYK
RGB Variations
Color information
#A05DAF (or 0xA05DAF) is known color: Deep Lilac. HEX triplet: A0, 5D and AF. RGB value is (160,93,175). Sum of RGB (Red+Green+Blue) = 160+93+175=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAF is #5FA250. Grayscale: #7A7A7A. Windows color (decimal): -6267473 or 11492768. OLE color: 11492768.
HSL color Cylindrical-coordinate representation of color #A05DAF: hue angle of 289.02º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05DAF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 93 | 175 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.31 |
| HSL | 289.02º | 0.34% | 0.53% | - |
| HSV(B) | 289.02º | 0.47% | 0.69% | - |
| XYZ | 26.15 | 18.4 | 42.73 | - |
| YUV | 122.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 175 | 0.09 | 0.47 | 0 | 0.31 | 289.02 | 0.34 | 0.53 |
| Hex | A0 | 5D | AF | 9 | 2F | 0 | 1F | 121 | 22 | 35 |
| Octal | 240 | 135 | 257 | 11 | 57 | 0 | 37 | 441 | 42 | 65 |
| Binary | 10100000 | 1011101 | 10101111 | 1001 | 101111 | 0 | 11111 | 100100001 | 100010 | 110101 |
Color Harmonies of #A05DAF
Complementary color
Monochromatic Colors of #A05DAF
Black with #A05DAF
Text Example
Text Example
White with #A05DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DAF; }
p { color: rgb(160,93,175); }
H1.HeaderClassName
{
color: #A05DAF;
}
.AnyTagClassName
{
color: #A05DAF;
}
</style>
background-color css
<style>
a { background-color: #A05DAF; }
a { background-color: rgb(160,93,175); }
div.DivClassName
{
background-color: #A05DAF;
}
.BgClassName
{
background-color: #A05DAF;
}
</style>
border-color css
<style>
span { border-color: #A05DAF; }
span { border-color: rgb(160,93,175); }
td.TdClassName
{
border-color: #A05DAF;
}
.TagClassName
{
border-color: #A05DAF;
}
</style>