Shades of Deep Lilac #A142BA
Tints of Deep Lilac #A142BA
RGB
CMYK
RGB Variations
Color information
#A142BA (or 0xA142BA) is known color: Deep Lilac. HEX triplet: A1, 42 and BA. RGB value is (161,66,186). Sum of RGB (Red+Green+Blue) = 161+66+186=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A142BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142BA is #5EBD45. Grayscale: #6B6B6B. Windows color (decimal): -6208838 or 12206753. OLE color: 12206753.
HSL color Cylindrical-coordinate representation of color #A142BA: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A142BA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 66 | 186 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.27 |
| HSL | 287.5º | 0.48% | 0.49% | - |
| HSV(B) | 287.5º | 0.65% | 0.73% | - |
| XYZ | 25.51 | 15.02 | 48.01 | - |
| YUV | 108.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 186 | 0.13 | 0.65 | 0 | 0.27 | 287.5 | 0.48 | 0.49 |
| Hex | A1 | 42 | BA | D | 41 | 0 | 1B | 120 | 30 | 31 |
| Octal | 241 | 102 | 272 | 15 | 101 | 0 | 33 | 440 | 60 | 61 |
| Binary | 10100001 | 1000010 | 10111010 | 1101 | 1000001 | 0 | 11011 | 100100000 | 110000 | 110001 |
Color Harmonies of #A142BA
Complementary color
Monochromatic Colors of #A142BA
Black with #A142BA
Text Example
Text Example
White with #A142BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142BA; }
p { color: rgb(161,66,186); }
H1.HeaderClassName
{
color: #A142BA;
}
.AnyTagClassName
{
color: #A142BA;
}
</style>
background-color css
<style>
a { background-color: #A142BA; }
a { background-color: rgb(161,66,186); }
div.DivClassName
{
background-color: #A142BA;
}
.BgClassName
{
background-color: #A142BA;
}
</style>
border-color css
<style>
span { border-color: #A142BA; }
span { border-color: rgb(161,66,186); }
td.TdClassName
{
border-color: #A142BA;
}
.TagClassName
{
border-color: #A142BA;
}
</style>