Shades of Deep Lilac #A145AE
Tints of Deep Lilac #A145AE
RGB
CMYK
RGB Variations
Color information
#A145AE (or 0xA145AE) is known color: Deep Lilac. HEX triplet: A1, 45 and AE. RGB value is (161,69,174). Sum of RGB (Red+Green+Blue) = 161+69+174=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A145AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AE is #5EBA51. Grayscale: #6C6C6C. Windows color (decimal): -6208082 or 11421089. OLE color: 11421089.
HSL color Cylindrical-coordinate representation of color #A145AE: hue angle of 292.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A145AE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 69 | 174 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.32 |
| HSL | 292.57º | 0.43% | 0.48% | - |
| HSV(B) | 292.57º | 0.6% | 0.68% | - |
| XYZ | 24.47 | 14.89 | 41.63 | - |
| YUV | 108.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 174 | 0.07 | 0.60 | 0 | 0.32 | 292.57 | 0.43 | 0.48 |
| Hex | A1 | 45 | AE | 7 | 3C | 0 | 20 | 125 | 2B | 30 |
| Octal | 241 | 105 | 256 | 7 | 74 | 0 | 40 | 445 | 53 | 60 |
| Binary | 10100001 | 1000101 | 10101110 | 111 | 111100 | 0 | 100000 | 100100101 | 101011 | 110000 |
Color Harmonies of #A145AE
Complementary color
Monochromatic Colors of #A145AE
Black with #A145AE
Text Example
Text Example
White with #A145AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145AE; }
p { color: rgb(161,69,174); }
H1.HeaderClassName
{
color: #A145AE;
}
.AnyTagClassName
{
color: #A145AE;
}
</style>
background-color css
<style>
a { background-color: #A145AE; }
a { background-color: rgb(161,69,174); }
div.DivClassName
{
background-color: #A145AE;
}
.BgClassName
{
background-color: #A145AE;
}
</style>
border-color css
<style>
span { border-color: #A145AE; }
span { border-color: rgb(161,69,174); }
td.TdClassName
{
border-color: #A145AE;
}
.TagClassName
{
border-color: #A145AE;
}
</style>