Shades of Deep Lilac #A14CAE
Tints of Deep Lilac #A14CAE
RGB
CMYK
RGB Variations
Color information
#A14CAE (or 0xA14CAE) is known color: Deep Lilac. HEX triplet: A1, 4C and AE. RGB value is (161,76,174). Sum of RGB (Red+Green+Blue) = 161+76+174=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A14CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CAE is #5EB351. Grayscale: #707070. Windows color (decimal): -6206290 or 11422881. OLE color: 11422881.
HSL color Cylindrical-coordinate representation of color #A14CAE: hue angle of 292.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14CAE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 76 | 174 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.32 |
| HSL | 292.04º | 0.39% | 0.49% | - |
| HSV(B) | 292.04º | 0.56% | 0.68% | - |
| XYZ | 24.92 | 15.8 | 41.78 | - |
| YUV | 112.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 174 | 0.07 | 0.56 | 0 | 0.32 | 292.04 | 0.39 | 0.49 |
| Hex | A1 | 4C | AE | 7 | 38 | 0 | 20 | 124 | 27 | 31 |
| Octal | 241 | 114 | 256 | 7 | 70 | 0 | 40 | 444 | 47 | 61 |
| Binary | 10100001 | 1001100 | 10101110 | 111 | 111000 | 0 | 100000 | 100100100 | 100111 | 110001 |
Color Harmonies of #A14CAE
Complementary color
Monochromatic Colors of #A14CAE
Black with #A14CAE
Text Example
Text Example
White with #A14CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CAE; }
p { color: rgb(161,76,174); }
H1.HeaderClassName
{
color: #A14CAE;
}
.AnyTagClassName
{
color: #A14CAE;
}
</style>
background-color css
<style>
a { background-color: #A14CAE; }
a { background-color: rgb(161,76,174); }
div.DivClassName
{
background-color: #A14CAE;
}
.BgClassName
{
background-color: #A14CAE;
}
</style>
border-color css
<style>
span { border-color: #A14CAE; }
span { border-color: rgb(161,76,174); }
td.TdClassName
{
border-color: #A14CAE;
}
.TagClassName
{
border-color: #A14CAE;
}
</style>