Shades of Deep Lilac #A142AC
Tints of Deep Lilac #A142AC
RGB
CMYK
RGB Variations
Color information
#A142AC (or 0xA142AC) is known color: Deep Lilac. HEX triplet: A1, 42 and AC. RGB value is (161,66,172). Sum of RGB (Red+Green+Blue) = 161+66+172=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A142AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AC is #5EBD53. Grayscale: #6A6A6A. Windows color (decimal): -6208852 or 11289249. OLE color: 11289249.
HSL color Cylindrical-coordinate representation of color #A142AC: hue angle of 293.77º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A142AC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 66 | 172 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.33 |
| HSL | 293.77º | 0.45% | 0.47% | - |
| HSV(B) | 293.77º | 0.62% | 0.67% | - |
| XYZ | 24.09 | 14.45 | 40.55 | - |
| YUV | 106.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 172 | 0.06 | 0.62 | 0 | 0.33 | 293.77 | 0.45 | 0.47 |
| Hex | A1 | 42 | AC | 6 | 3E | 0 | 21 | 126 | 2D | 2F |
| Octal | 241 | 102 | 254 | 6 | 76 | 0 | 41 | 446 | 55 | 57 |
| Binary | 10100001 | 1000010 | 10101100 | 110 | 111110 | 0 | 100001 | 100100110 | 101101 | 101111 |
Color Harmonies of #A142AC
Complementary color
Monochromatic Colors of #A142AC
Black with #A142AC
Text Example
Text Example
White with #A142AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142AC; }
p { color: rgb(161,66,172); }
H1.HeaderClassName
{
color: #A142AC;
}
.AnyTagClassName
{
color: #A142AC;
}
</style>
background-color css
<style>
a { background-color: #A142AC; }
a { background-color: rgb(161,66,172); }
div.DivClassName
{
background-color: #A142AC;
}
.BgClassName
{
background-color: #A142AC;
}
</style>
border-color css
<style>
span { border-color: #A142AC; }
span { border-color: rgb(161,66,172); }
td.TdClassName
{
border-color: #A142AC;
}
.TagClassName
{
border-color: #A142AC;
}
</style>