Shades of Deep Lilac #A13DAC
Tints of Deep Lilac #A13DAC
RGB
CMYK
RGB Variations
Color information
#A13DAC (or 0xA13DAC) is known color: Deep Lilac. HEX triplet: A1, 3D and AC. RGB value is (161,61,172). Sum of RGB (Red+Green+Blue) = 161+61+172=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAC is #5EC253. Grayscale: #676767. Windows color (decimal): -6210132 or 11287969. OLE color: 11287969.
HSL color Cylindrical-coordinate representation of color #A13DAC: hue angle of 294.05º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13DAC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 61 | 172 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.33 |
| HSL | 294.05º | 0.48% | 0.46% | - |
| HSV(B) | 294.05º | 0.65% | 0.67% | - |
| XYZ | 23.81 | 13.89 | 40.46 | - |
| YUV | 103.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 172 | 0.06 | 0.65 | 0 | 0.33 | 294.05 | 0.48 | 0.46 |
| Hex | A1 | 3D | AC | 6 | 41 | 0 | 21 | 126 | 30 | 2E |
| Octal | 241 | 75 | 254 | 6 | 101 | 0 | 41 | 446 | 60 | 56 |
| Binary | 10100001 | 111101 | 10101100 | 110 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101110 |
Color Harmonies of #A13DAC
Complementary color
Monochromatic Colors of #A13DAC
Black with #A13DAC
Text Example
Text Example
White with #A13DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DAC; }
p { color: rgb(161,61,172); }
H1.HeaderClassName
{
color: #A13DAC;
}
.AnyTagClassName
{
color: #A13DAC;
}
</style>
background-color css
<style>
a { background-color: #A13DAC; }
a { background-color: rgb(161,61,172); }
div.DivClassName
{
background-color: #A13DAC;
}
.BgClassName
{
background-color: #A13DAC;
}
</style>
border-color css
<style>
span { border-color: #A13DAC; }
span { border-color: rgb(161,61,172); }
td.TdClassName
{
border-color: #A13DAC;
}
.TagClassName
{
border-color: #A13DAC;
}
</style>