Shades of Deep Lilac #A142BE
Tints of Deep Lilac #A142BE
RGB
CMYK
RGB Variations
Color information
#A142BE (or 0xA142BE) is known color: Deep Lilac. HEX triplet: A1, 42 and BE. RGB value is (161,66,190). Sum of RGB (Red+Green+Blue) = 161+66+190=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A142BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142BE is #5EBD41. Grayscale: #6C6C6C. Windows color (decimal): -6208834 or 12468897. OLE color: 12468897.
HSL color Cylindrical-coordinate representation of color #A142BE: hue angle of 285.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A142BE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 66 | 190 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.25 |
| HSL | 285.97º | 0.49% | 0.5% | - |
| HSV(B) | 285.97º | 0.65% | 0.75% | - |
| XYZ | 25.94 | 15.19 | 50.28 | - |
| YUV | 108.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 190 | 0.15 | 0.65 | 0 | 0.25 | 285.97 | 0.49 | 0.5 |
| Hex | A1 | 42 | BE | F | 41 | 0 | 19 | 11E | 31 | 32 |
| Octal | 241 | 102 | 276 | 17 | 101 | 0 | 31 | 436 | 61 | 62 |
| Binary | 10100001 | 1000010 | 10111110 | 1111 | 1000001 | 0 | 11001 | 100011110 | 110001 | 110010 |
Color Harmonies of #A142BE
Complementary color
Monochromatic Colors of #A142BE
Black with #A142BE
Text Example
Text Example
White with #A142BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142BE; }
p { color: rgb(161,66,190); }
H1.HeaderClassName
{
color: #A142BE;
}
.AnyTagClassName
{
color: #A142BE;
}
</style>
background-color css
<style>
a { background-color: #A142BE; }
a { background-color: rgb(161,66,190); }
div.DivClassName
{
background-color: #A142BE;
}
.BgClassName
{
background-color: #A142BE;
}
</style>
border-color css
<style>
span { border-color: #A142BE; }
span { border-color: rgb(161,66,190); }
td.TdClassName
{
border-color: #A142BE;
}
.TagClassName
{
border-color: #A142BE;
}
</style>