Shades of Deep Lilac #A13EAE
Tints of Deep Lilac #A13EAE
RGB
CMYK
RGB Variations
Color information
#A13EAE (or 0xA13EAE) is known color: Deep Lilac. HEX triplet: A1, 3E and AE. RGB value is (161,62,174). Sum of RGB (Red+Green+Blue) = 161+62+174=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A13EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EAE is #5EC151. Grayscale: #686868. Windows color (decimal): -6209874 or 11419297. OLE color: 11419297.
HSL color Cylindrical-coordinate representation of color #A13EAE: hue angle of 293.04º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13EAE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 62 | 174 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.32 |
| HSL | 293.04º | 0.47% | 0.46% | - |
| HSV(B) | 293.04º | 0.64% | 0.68% | - |
| XYZ | 24.06 | 14.08 | 41.49 | - |
| YUV | 104.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 174 | 0.07 | 0.64 | 0 | 0.32 | 293.04 | 0.47 | 0.46 |
| Hex | A1 | 3E | AE | 7 | 40 | 0 | 20 | 125 | 2F | 2E |
| Octal | 241 | 76 | 256 | 7 | 100 | 0 | 40 | 445 | 57 | 56 |
| Binary | 10100001 | 111110 | 10101110 | 111 | 1000000 | 0 | 100000 | 100100101 | 101111 | 101110 |
Color Harmonies of #A13EAE
Complementary color
Monochromatic Colors of #A13EAE
Black with #A13EAE
Text Example
Text Example
White with #A13EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EAE; }
p { color: rgb(161,62,174); }
H1.HeaderClassName
{
color: #A13EAE;
}
.AnyTagClassName
{
color: #A13EAE;
}
</style>
background-color css
<style>
a { background-color: #A13EAE; }
a { background-color: rgb(161,62,174); }
div.DivClassName
{
background-color: #A13EAE;
}
.BgClassName
{
background-color: #A13EAE;
}
</style>
border-color css
<style>
span { border-color: #A13EAE; }
span { border-color: rgb(161,62,174); }
td.TdClassName
{
border-color: #A13EAE;
}
.TagClassName
{
border-color: #A13EAE;
}
</style>