Shades of Deep Lilac #A13DAB
Tints of Deep Lilac #A13DAB
RGB
CMYK
RGB Variations
Color information
#A13DAB (or 0xA13DAB) is known color: Deep Lilac. HEX triplet: A1, 3D and AB. RGB value is (161,61,171). Sum of RGB (Red+Green+Blue) = 161+61+171=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #A13DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAB is #5EC254. Grayscale: #676767. Windows color (decimal): -6210133 or 11222433. OLE color: 11222433.
HSL color Cylindrical-coordinate representation of color #A13DAB: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13DAB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 61 | 171 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.33 |
| HSL | 294.55º | 0.47% | 0.45% | - |
| HSV(B) | 294.55º | 0.64% | 0.67% | - |
| XYZ | 23.72 | 13.85 | 39.95 | - |
| YUV | 103.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 171 | 0.06 | 0.64 | 0 | 0.33 | 294.55 | 0.47 | 0.45 |
| Hex | A1 | 3D | AB | 6 | 40 | 0 | 21 | 127 | 2F | 2D |
| Octal | 241 | 75 | 253 | 6 | 100 | 0 | 41 | 447 | 57 | 55 |
| Binary | 10100001 | 111101 | 10101011 | 110 | 1000000 | 0 | 100001 | 100100111 | 101111 | 101101 |
Color Harmonies of #A13DAB
Complementary color
Monochromatic Colors of #A13DAB
Black with #A13DAB
Text Example
Text Example
White with #A13DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DAB; }
p { color: rgb(161,61,171); }
H1.HeaderClassName
{
color: #A13DAB;
}
.AnyTagClassName
{
color: #A13DAB;
}
</style>
background-color css
<style>
a { background-color: #A13DAB; }
a { background-color: rgb(161,61,171); }
div.DivClassName
{
background-color: #A13DAB;
}
.BgClassName
{
background-color: #A13DAB;
}
</style>
border-color css
<style>
span { border-color: #A13DAB; }
span { border-color: rgb(161,61,171); }
td.TdClassName
{
border-color: #A13DAB;
}
.TagClassName
{
border-color: #A13DAB;
}
</style>