Shades of Deep Lilac #A145AD
Tints of Deep Lilac #A145AD
RGB
CMYK
RGB Variations
Color information
#A145AD (or 0xA145AD) is known color: Deep Lilac. HEX triplet: A1, 45 and AD. RGB value is (161,69,173). Sum of RGB (Red+Green+Blue) = 161+69+173=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A145AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AD is #5EBA52. Grayscale: #6C6C6C. Windows color (decimal): -6208083 or 11355553. OLE color: 11355553.
HSL color Cylindrical-coordinate representation of color #A145AD: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A145AD is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 69 | 173 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.32 |
| HSL | 293.08º | 0.43% | 0.47% | - |
| HSV(B) | 293.08º | 0.6% | 0.68% | - |
| XYZ | 24.37 | 14.85 | 41.12 | - |
| YUV | 108.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 173 | 0.07 | 0.60 | 0 | 0.32 | 293.08 | 0.43 | 0.47 |
| Hex | A1 | 45 | AD | 7 | 3C | 0 | 20 | 125 | 2B | 2F |
| Octal | 241 | 105 | 255 | 7 | 74 | 0 | 40 | 445 | 53 | 57 |
| Binary | 10100001 | 1000101 | 10101101 | 111 | 111100 | 0 | 100000 | 100100101 | 101011 | 101111 |
Color Harmonies of #A145AD
Complementary color
Monochromatic Colors of #A145AD
Black with #A145AD
Text Example
Text Example
White with #A145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145AD; }
p { color: rgb(161,69,173); }
H1.HeaderClassName
{
color: #A145AD;
}
.AnyTagClassName
{
color: #A145AD;
}
</style>
background-color css
<style>
a { background-color: #A145AD; }
a { background-color: rgb(161,69,173); }
div.DivClassName
{
background-color: #A145AD;
}
.BgClassName
{
background-color: #A145AD;
}
</style>
border-color css
<style>
span { border-color: #A145AD; }
span { border-color: rgb(161,69,173); }
td.TdClassName
{
border-color: #A145AD;
}
.TagClassName
{
border-color: #A145AD;
}
</style>