Shades of Deep Lilac #A05CAF
Tints of Deep Lilac #A05CAF
RGB
CMYK
RGB Variations
Color information
#A05CAF (or 0xA05CAF) is known color: Deep Lilac. HEX triplet: A0, 5C and AF. RGB value is (160,92,175). Sum of RGB (Red+Green+Blue) = 160+92+175=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05CAF is #5FA350. Grayscale: #797979. Windows color (decimal): -6267729 or 11492512. OLE color: 11492512.
HSL color Cylindrical-coordinate representation of color #A05CAF: hue angle of 289.16º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05CAF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 92 | 175 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.31 |
| HSL | 289.16º | 0.34% | 0.52% | - |
| HSV(B) | 289.16º | 0.47% | 0.69% | - |
| XYZ | 26.06 | 18.22 | 42.7 | - |
| YUV | 121.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 175 | 0.09 | 0.47 | 0 | 0.31 | 289.16 | 0.34 | 0.52 |
| Hex | A0 | 5C | AF | 9 | 2F | 0 | 1F | 121 | 22 | 34 |
| Octal | 240 | 134 | 257 | 11 | 57 | 0 | 37 | 441 | 42 | 64 |
| Binary | 10100000 | 1011100 | 10101111 | 1001 | 101111 | 0 | 11111 | 100100001 | 100010 | 110100 |
Color Harmonies of #A05CAF
Complementary color
Monochromatic Colors of #A05CAF
Black with #A05CAF
Text Example
Text Example
White with #A05CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CAF; }
p { color: rgb(160,92,175); }
H1.HeaderClassName
{
color: #A05CAF;
}
.AnyTagClassName
{
color: #A05CAF;
}
</style>
background-color css
<style>
a { background-color: #A05CAF; }
a { background-color: rgb(160,92,175); }
div.DivClassName
{
background-color: #A05CAF;
}
.BgClassName
{
background-color: #A05CAF;
}
</style>
border-color css
<style>
span { border-color: #A05CAF; }
span { border-color: rgb(160,92,175); }
td.TdClassName
{
border-color: #A05CAF;
}
.TagClassName
{
border-color: #A05CAF;
}
</style>