Shades of Deep Lilac #A139AD
Tints of Deep Lilac #A139AD
RGB
CMYK
RGB Variations
Color information
#A139AD (or 0xA139AD) is known color: Deep Lilac. HEX triplet: A1, 39 and AD. RGB value is (161,57,173). Sum of RGB (Red+Green+Blue) = 161+57+173=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A139AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AD is #5EC652. Grayscale: #646464. Windows color (decimal): -6211155 or 11352481. OLE color: 11352481.
HSL color Cylindrical-coordinate representation of color #A139AD: hue angle of 293.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A139AD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 57 | 173 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.32 |
| HSL | 293.79º | 0.5% | 0.45% | - |
| HSV(B) | 293.79º | 0.67% | 0.68% | - |
| XYZ | 23.7 | 13.52 | 40.9 | - |
| YUV | 101.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 173 | 0.07 | 0.67 | 0 | 0.32 | 293.79 | 0.5 | 0.45 |
| Hex | A1 | 39 | AD | 7 | 43 | 0 | 20 | 126 | 32 | 2D |
| Octal | 241 | 71 | 255 | 7 | 103 | 0 | 40 | 446 | 62 | 55 |
| Binary | 10100001 | 111001 | 10101101 | 111 | 1000011 | 0 | 100000 | 100100110 | 110010 | 101101 |
Color Harmonies of #A139AD
Complementary color
Monochromatic Colors of #A139AD
Black with #A139AD
Text Example
Text Example
White with #A139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139AD; }
p { color: rgb(161,57,173); }
H1.HeaderClassName
{
color: #A139AD;
}
.AnyTagClassName
{
color: #A139AD;
}
</style>
background-color css
<style>
a { background-color: #A139AD; }
a { background-color: rgb(161,57,173); }
div.DivClassName
{
background-color: #A139AD;
}
.BgClassName
{
background-color: #A139AD;
}
</style>
border-color css
<style>
span { border-color: #A139AD; }
span { border-color: rgb(161,57,173); }
td.TdClassName
{
border-color: #A139AD;
}
.TagClassName
{
border-color: #A139AD;
}
</style>