Shades of Deep Lilac #A14DAE
Tints of Deep Lilac #A14DAE
RGB
CMYK
RGB Variations
Color information
#A14DAE (or 0xA14DAE) is known color: Deep Lilac. HEX triplet: A1, 4D and AE. RGB value is (161,77,174). Sum of RGB (Red+Green+Blue) = 161+77+174=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #A14DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAE is #5EB251. Grayscale: #707070. Windows color (decimal): -6206034 or 11423137. OLE color: 11423137.
HSL color Cylindrical-coordinate representation of color #A14DAE: hue angle of 291.96º 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 #A14DAE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 77 | 174 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.32 |
| HSL | 291.96º | 0.39% | 0.49% | - |
| HSV(B) | 291.96º | 0.56% | 0.68% | - |
| XYZ | 24.99 | 15.94 | 41.8 | - |
| YUV | 113.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 174 | 0.07 | 0.56 | 0 | 0.32 | 291.96 | 0.39 | 0.49 |
| Hex | A1 | 4D | AE | 7 | 38 | 0 | 20 | 124 | 27 | 31 |
| Octal | 241 | 115 | 256 | 7 | 70 | 0 | 40 | 444 | 47 | 61 |
| Binary | 10100001 | 1001101 | 10101110 | 111 | 111000 | 0 | 100000 | 100100100 | 100111 | 110001 |
Color Harmonies of #A14DAE
Complementary color
Monochromatic Colors of #A14DAE
Black with #A14DAE
Text Example
Text Example
White with #A14DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DAE; }
p { color: rgb(161,77,174); }
H1.HeaderClassName
{
color: #A14DAE;
}
.AnyTagClassName
{
color: #A14DAE;
}
</style>
background-color css
<style>
a { background-color: #A14DAE; }
a { background-color: rgb(161,77,174); }
div.DivClassName
{
background-color: #A14DAE;
}
.BgClassName
{
background-color: #A14DAE;
}
</style>
border-color css
<style>
span { border-color: #A14DAE; }
span { border-color: rgb(161,77,174); }
td.TdClassName
{
border-color: #A14DAE;
}
.TagClassName
{
border-color: #A14DAE;
}
</style>