Shades of Deep Lilac #A039AB
Tints of Deep Lilac #A039AB
RGB
CMYK
RGB Variations
Color information
#A039AB (or 0xA039AB) is known color: Deep Lilac. HEX triplet: A0, 39 and AB. RGB value is (160,57,171). Sum of RGB (Red+Green+Blue) = 160+57+171=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A039AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AB is #5FC654. Grayscale: #646464. Windows color (decimal): -6276693 or 11221408. OLE color: 11221408.
HSL color Cylindrical-coordinate representation of color #A039AB: hue angle of 294.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A039AB is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 57 | 171 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.33 |
| HSL | 294.21º | 0.5% | 0.45% | - |
| HSV(B) | 294.21º | 0.67% | 0.67% | - |
| XYZ | 23.31 | 13.34 | 39.87 | - |
| YUV | 100.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 171 | 0.06 | 0.67 | 0 | 0.33 | 294.21 | 0.5 | 0.45 |
| Hex | A0 | 39 | AB | 6 | 43 | 0 | 21 | 126 | 32 | 2D |
| Octal | 240 | 71 | 253 | 6 | 103 | 0 | 41 | 446 | 62 | 55 |
| Binary | 10100000 | 111001 | 10101011 | 110 | 1000011 | 0 | 100001 | 100100110 | 110010 | 101101 |
Color Harmonies of #A039AB
Complementary color
Monochromatic Colors of #A039AB
Black with #A039AB
Text Example
Text Example
White with #A039AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039AB; }
p { color: rgb(160,57,171); }
H1.HeaderClassName
{
color: #A039AB;
}
.AnyTagClassName
{
color: #A039AB;
}
</style>
background-color css
<style>
a { background-color: #A039AB; }
a { background-color: rgb(160,57,171); }
div.DivClassName
{
background-color: #A039AB;
}
.BgClassName
{
background-color: #A039AB;
}
</style>
border-color css
<style>
span { border-color: #A039AB; }
span { border-color: rgb(160,57,171); }
td.TdClassName
{
border-color: #A039AB;
}
.TagClassName
{
border-color: #A039AB;
}
</style>