Shades of Deep Lilac #A13FAE
Tints of Deep Lilac #A13FAE
RGB
CMYK
RGB Variations
Color information
#A13FAE (or 0xA13FAE) is known color: Deep Lilac. HEX triplet: A1, 3F and AE. RGB value is (161,63,174). Sum of RGB (Red+Green+Blue) = 161+63+174=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A13FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FAE is #5EC051. Grayscale: #686868. Windows color (decimal): -6209618 or 11419553. OLE color: 11419553.
HSL color Cylindrical-coordinate representation of color #A13FAE: hue angle of 292.97º 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 #A13FAE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 63 | 174 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.32 |
| HSL | 292.97º | 0.47% | 0.46% | - |
| HSV(B) | 292.97º | 0.64% | 0.68% | - |
| XYZ | 24.12 | 14.19 | 41.51 | - |
| YUV | 104.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 174 | 0.07 | 0.64 | 0 | 0.32 | 292.97 | 0.47 | 0.46 |
| Hex | A1 | 3F | AE | 7 | 40 | 0 | 20 | 125 | 2F | 2E |
| Octal | 241 | 77 | 256 | 7 | 100 | 0 | 40 | 445 | 57 | 56 |
| Binary | 10100001 | 111111 | 10101110 | 111 | 1000000 | 0 | 100000 | 100100101 | 101111 | 101110 |
Color Harmonies of #A13FAE
Complementary color
Monochromatic Colors of #A13FAE
Black with #A13FAE
Text Example
Text Example
White with #A13FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FAE; }
p { color: rgb(161,63,174); }
H1.HeaderClassName
{
color: #A13FAE;
}
.AnyTagClassName
{
color: #A13FAE;
}
</style>
background-color css
<style>
a { background-color: #A13FAE; }
a { background-color: rgb(161,63,174); }
div.DivClassName
{
background-color: #A13FAE;
}
.BgClassName
{
background-color: #A13FAE;
}
</style>
border-color css
<style>
span { border-color: #A13FAE; }
span { border-color: rgb(161,63,174); }
td.TdClassName
{
border-color: #A13FAE;
}
.TagClassName
{
border-color: #A13FAE;
}
</style>