Shades of Deep Lilac #A141B2
Tints of Deep Lilac #A141B2
RGB
CMYK
RGB Variations
Color information
#A141B2 (or 0xA141B2) is known color: Deep Lilac. HEX triplet: A1, 41 and B2. RGB value is (161,65,178). Sum of RGB (Red+Green+Blue) = 161+65+178=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #A141B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A141B2 is #5EBE4D. Grayscale: #6A6A6A. Windows color (decimal): -6209102 or 11682209. OLE color: 11682209.
HSL color Cylindrical-coordinate representation of color #A141B2: hue angle of 290.97º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A141B2 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 65 | 178 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.30 |
| HSL | 290.97º | 0.47% | 0.48% | - |
| HSV(B) | 290.97º | 0.63% | 0.7% | - |
| XYZ | 24.62 | 14.57 | 43.63 | - |
| YUV | 106.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 178 | 0.10 | 0.63 | 0 | 0.30 | 290.97 | 0.47 | 0.48 |
| Hex | A1 | 41 | B2 | A | 3F | 0 | 1E | 123 | 2F | 30 |
| Octal | 241 | 101 | 262 | 12 | 77 | 0 | 36 | 443 | 57 | 60 |
| Binary | 10100001 | 1000001 | 10110010 | 1010 | 111111 | 0 | 11110 | 100100011 | 101111 | 110000 |
Color Harmonies of #A141B2
Complementary color
Monochromatic Colors of #A141B2
Black with #A141B2
Text Example
Text Example
White with #A141B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141B2; }
p { color: rgb(161,65,178); }
H1.HeaderClassName
{
color: #A141B2;
}
.AnyTagClassName
{
color: #A141B2;
}
</style>
background-color css
<style>
a { background-color: #A141B2; }
a { background-color: rgb(161,65,178); }
div.DivClassName
{
background-color: #A141B2;
}
.BgClassName
{
background-color: #A141B2;
}
</style>
border-color css
<style>
span { border-color: #A141B2; }
span { border-color: rgb(161,65,178); }
td.TdClassName
{
border-color: #A141B2;
}
.TagClassName
{
border-color: #A141B2;
}
</style>