Shades of Deep Lilac #A039AD
Tints of Deep Lilac #A039AD
RGB
CMYK
RGB Variations
Color information
#A039AD (or 0xA039AD) is known color: Deep Lilac. HEX triplet: A0, 39 and AD. RGB value is (160,57,173). Sum of RGB (Red+Green+Blue) = 160+57+173=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #A039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AD is #5FC652. Grayscale: #646464. Windows color (decimal): -6276691 or 11352480. OLE color: 11352480.
HSL color Cylindrical-coordinate representation of color #A039AD: hue angle of 293.28º 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 #A039AD is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 57 | 173 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.32 |
| HSL | 293.28º | 0.5% | 0.45% | - |
| HSV(B) | 293.28º | 0.67% | 0.68% | - |
| XYZ | 23.5 | 13.42 | 40.89 | - |
| YUV | 101.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 173 | 0.08 | 0.67 | 0 | 0.32 | 293.28 | 0.5 | 0.45 |
| Hex | A0 | 39 | AD | 8 | 43 | 0 | 20 | 125 | 32 | 2D |
| Octal | 240 | 71 | 255 | 10 | 103 | 0 | 40 | 445 | 62 | 55 |
| Binary | 10100000 | 111001 | 10101101 | 1000 | 1000011 | 0 | 100000 | 100100101 | 110010 | 101101 |
Color Harmonies of #A039AD
Complementary color
Monochromatic Colors of #A039AD
Black with #A039AD
Text Example
Text Example
White with #A039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039AD; }
p { color: rgb(160,57,173); }
H1.HeaderClassName
{
color: #A039AD;
}
.AnyTagClassName
{
color: #A039AD;
}
</style>
background-color css
<style>
a { background-color: #A039AD; }
a { background-color: rgb(160,57,173); }
div.DivClassName
{
background-color: #A039AD;
}
.BgClassName
{
background-color: #A039AD;
}
</style>
border-color css
<style>
span { border-color: #A039AD; }
span { border-color: rgb(160,57,173); }
td.TdClassName
{
border-color: #A039AD;
}
.TagClassName
{
border-color: #A039AD;
}
</style>