Shades of Deep Lilac #A044AD
Tints of Deep Lilac #A044AD
RGB
CMYK
RGB Variations
Color information
#A044AD (or 0xA044AD) is known color: Deep Lilac. HEX triplet: A0, 44 and AD. RGB value is (160,68,173). Sum of RGB (Red+Green+Blue) = 160+68+173=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A044AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A044AD is #5FBB52. Grayscale: #6B6B6B. Windows color (decimal): -6273875 or 11355296. OLE color: 11355296.
HSL color Cylindrical-coordinate representation of color #A044AD: hue angle of 292.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A044AD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 68 | 173 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.32 |
| HSL | 292.57º | 0.44% | 0.47% | - |
| HSV(B) | 292.57º | 0.61% | 0.68% | - |
| XYZ | 24.11 | 14.62 | 41.09 | - |
| YUV | 107.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 173 | 0.08 | 0.61 | 0 | 0.32 | 292.57 | 0.44 | 0.47 |
| Hex | A0 | 44 | AD | 8 | 3D | 0 | 20 | 125 | 2C | 2F |
| Octal | 240 | 104 | 255 | 10 | 75 | 0 | 40 | 445 | 54 | 57 |
| Binary | 10100000 | 1000100 | 10101101 | 1000 | 111101 | 0 | 100000 | 100100101 | 101100 | 101111 |
Color Harmonies of #A044AD
Complementary color
Monochromatic Colors of #A044AD
Black with #A044AD
Text Example
Text Example
White with #A044AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044AD; }
p { color: rgb(160,68,173); }
H1.HeaderClassName
{
color: #A044AD;
}
.AnyTagClassName
{
color: #A044AD;
}
</style>
background-color css
<style>
a { background-color: #A044AD; }
a { background-color: rgb(160,68,173); }
div.DivClassName
{
background-color: #A044AD;
}
.BgClassName
{
background-color: #A044AD;
}
</style>
border-color css
<style>
span { border-color: #A044AD; }
span { border-color: rgb(160,68,173); }
td.TdClassName
{
border-color: #A044AD;
}
.TagClassName
{
border-color: #A044AD;
}
</style>