Shades of Deep Lilac #A05BAF
Tints of Deep Lilac #A05BAF
RGB
CMYK
RGB Variations
Color information
#A05BAF (or 0xA05BAF) is known color: Deep Lilac. HEX triplet: A0, 5B and AF. RGB value is (160,91,175). Sum of RGB (Red+Green+Blue) = 160+91+175=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAF is #5FA450. Grayscale: #787878. Windows color (decimal): -6267985 or 11492256. OLE color: 11492256.
HSL color Cylindrical-coordinate representation of color #A05BAF: hue angle of 289.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05BAF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 91 | 175 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.31 |
| HSL | 289.29º | 0.34% | 0.52% | - |
| HSV(B) | 289.29º | 0.48% | 0.69% | - |
| XYZ | 25.98 | 18.05 | 42.67 | - |
| YUV | 121.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 175 | 0.09 | 0.48 | 0 | 0.31 | 289.29 | 0.34 | 0.52 |
| Hex | A0 | 5B | AF | 9 | 30 | 0 | 1F | 121 | 22 | 34 |
| Octal | 240 | 133 | 257 | 11 | 60 | 0 | 37 | 441 | 42 | 64 |
| Binary | 10100000 | 1011011 | 10101111 | 1001 | 110000 | 0 | 11111 | 100100001 | 100010 | 110100 |
Color Harmonies of #A05BAF
Complementary color
Monochromatic Colors of #A05BAF
Black with #A05BAF
Text Example
Text Example
White with #A05BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BAF; }
p { color: rgb(160,91,175); }
H1.HeaderClassName
{
color: #A05BAF;
}
.AnyTagClassName
{
color: #A05BAF;
}
</style>
background-color css
<style>
a { background-color: #A05BAF; }
a { background-color: rgb(160,91,175); }
div.DivClassName
{
background-color: #A05BAF;
}
.BgClassName
{
background-color: #A05BAF;
}
</style>
border-color css
<style>
span { border-color: #A05BAF; }
span { border-color: rgb(160,91,175); }
td.TdClassName
{
border-color: #A05BAF;
}
.TagClassName
{
border-color: #A05BAF;
}
</style>