Shades of Deep Lilac #A141AE
Tints of Deep Lilac #A141AE
RGB
CMYK
RGB Variations
Color information
#A141AE (or 0xA141AE) is known color: Deep Lilac. HEX triplet: A1, 41 and AE. RGB value is (161,65,174). Sum of RGB (Red+Green+Blue) = 161+65+174=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #A141AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A141AE is #5EBE51. Grayscale: #696969. Windows color (decimal): -6209106 or 11420065. OLE color: 11420065.
HSL color Cylindrical-coordinate representation of color #A141AE: hue angle of 292.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A141AE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 65 | 174 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.32 |
| HSL | 292.84º | 0.46% | 0.47% | - |
| HSV(B) | 292.84º | 0.63% | 0.68% | - |
| XYZ | 24.23 | 14.41 | 41.55 | - |
| YUV | 106.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 174 | 0.07 | 0.63 | 0 | 0.32 | 292.84 | 0.46 | 0.47 |
| Hex | A1 | 41 | AE | 7 | 3F | 0 | 20 | 125 | 2E | 2F |
| Octal | 241 | 101 | 256 | 7 | 77 | 0 | 40 | 445 | 56 | 57 |
| Binary | 10100001 | 1000001 | 10101110 | 111 | 111111 | 0 | 100000 | 100100101 | 101110 | 101111 |
Color Harmonies of #A141AE
Complementary color
Monochromatic Colors of #A141AE
Black with #A141AE
Text Example
Text Example
White with #A141AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141AE; }
p { color: rgb(161,65,174); }
H1.HeaderClassName
{
color: #A141AE;
}
.AnyTagClassName
{
color: #A141AE;
}
</style>
background-color css
<style>
a { background-color: #A141AE; }
a { background-color: rgb(161,65,174); }
div.DivClassName
{
background-color: #A141AE;
}
.BgClassName
{
background-color: #A141AE;
}
</style>
border-color css
<style>
span { border-color: #A141AE; }
span { border-color: rgb(161,65,174); }
td.TdClassName
{
border-color: #A141AE;
}
.TagClassName
{
border-color: #A141AE;
}
</style>