Shades of Deep Lilac #A13AAB
Tints of Deep Lilac #A13AAB
RGB
CMYK
RGB Variations
Color information
#A13AAB (or 0xA13AAB) is known color: Deep Lilac. HEX triplet: A1, 3A and AB. RGB value is (161,58,171). Sum of RGB (Red+Green+Blue) = 161+58+171=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A13AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AAB is #5EC554. Grayscale: #656565. Windows color (decimal): -6210901 or 11221665. OLE color: 11221665.
HSL color Cylindrical-coordinate representation of color #A13AAB: hue angle of 294.69º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13AAB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 58 | 171 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.33 |
| HSL | 294.69º | 0.49% | 0.45% | - |
| HSV(B) | 294.69º | 0.66% | 0.67% | - |
| XYZ | 23.56 | 13.54 | 39.9 | - |
| YUV | 101.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 171 | 0.06 | 0.66 | 0 | 0.33 | 294.69 | 0.49 | 0.45 |
| Hex | A1 | 3A | AB | 6 | 42 | 0 | 21 | 127 | 31 | 2D |
| Octal | 241 | 72 | 253 | 6 | 102 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100001 | 111010 | 10101011 | 110 | 1000010 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A13AAB
Complementary color
Monochromatic Colors of #A13AAB
Black with #A13AAB
Text Example
Text Example
White with #A13AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AAB; }
p { color: rgb(161,58,171); }
H1.HeaderClassName
{
color: #A13AAB;
}
.AnyTagClassName
{
color: #A13AAB;
}
</style>
background-color css
<style>
a { background-color: #A13AAB; }
a { background-color: rgb(161,58,171); }
div.DivClassName
{
background-color: #A13AAB;
}
.BgClassName
{
background-color: #A13AAB;
}
</style>
border-color css
<style>
span { border-color: #A13AAB; }
span { border-color: rgb(161,58,171); }
td.TdClassName
{
border-color: #A13AAB;
}
.TagClassName
{
border-color: #A13AAB;
}
</style>