Shades of Deep Lilac #A140AD
Tints of Deep Lilac #A140AD
RGB
CMYK
RGB Variations
Color information
#A140AD (or 0xA140AD) is known color: Deep Lilac. HEX triplet: A1, 40 and AD. RGB value is (161,64,173). Sum of RGB (Red+Green+Blue) = 161+64+173=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #A140AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140AD is #5EBF52. Grayscale: #696969. Windows color (decimal): -6209363 or 11354273. OLE color: 11354273.
HSL color Cylindrical-coordinate representation of color #A140AD: hue angle of 293.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A140AD is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 64 | 173 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.32 |
| HSL | 293.39º | 0.46% | 0.46% | - |
| HSV(B) | 293.39º | 0.63% | 0.68% | - |
| XYZ | 24.07 | 14.26 | 41.02 | - |
| YUV | 105.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 173 | 0.07 | 0.63 | 0 | 0.32 | 293.39 | 0.46 | 0.46 |
| Hex | A1 | 40 | AD | 7 | 3F | 0 | 20 | 125 | 2E | 2E |
| Octal | 241 | 100 | 255 | 7 | 77 | 0 | 40 | 445 | 56 | 56 |
| Binary | 10100001 | 1000000 | 10101101 | 111 | 111111 | 0 | 100000 | 100100101 | 101110 | 101110 |
Color Harmonies of #A140AD
Complementary color
Monochromatic Colors of #A140AD
Black with #A140AD
Text Example
Text Example
White with #A140AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140AD; }
p { color: rgb(161,64,173); }
H1.HeaderClassName
{
color: #A140AD;
}
.AnyTagClassName
{
color: #A140AD;
}
</style>
background-color css
<style>
a { background-color: #A140AD; }
a { background-color: rgb(161,64,173); }
div.DivClassName
{
background-color: #A140AD;
}
.BgClassName
{
background-color: #A140AD;
}
</style>
border-color css
<style>
span { border-color: #A140AD; }
span { border-color: rgb(161,64,173); }
td.TdClassName
{
border-color: #A140AD;
}
.TagClassName
{
border-color: #A140AD;
}
</style>