Shades of Deep Lilac #A151B2
Tints of Deep Lilac #A151B2
RGB
CMYK
RGB Variations
Color information
#A151B2 (or 0xA151B2) is known color: Deep Lilac. HEX triplet: A1, 51 and B2. RGB value is (161,81,178). Sum of RGB (Red+Green+Blue) = 161+81+178=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #A151B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A151B2 is #5EAE4D. Grayscale: #737373. Windows color (decimal): -6205006 or 11686305. OLE color: 11686305.
HSL color Cylindrical-coordinate representation of color #A151B2: hue angle of 289.48º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A151B2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 81 | 178 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.30 |
| HSL | 289.48º | 0.39% | 0.51% | - |
| HSV(B) | 289.48º | 0.54% | 0.7% | - |
| XYZ | 25.68 | 16.68 | 43.99 | - |
| YUV | 115.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 178 | 0.10 | 0.54 | 0 | 0.30 | 289.48 | 0.39 | 0.51 |
| Hex | A1 | 51 | B2 | A | 36 | 0 | 1E | 121 | 27 | 33 |
| Octal | 241 | 121 | 262 | 12 | 66 | 0 | 36 | 441 | 47 | 63 |
| Binary | 10100001 | 1010001 | 10110010 | 1010 | 110110 | 0 | 11110 | 100100001 | 100111 | 110011 |
Color Harmonies of #A151B2
Complementary color
Monochromatic Colors of #A151B2
Black with #A151B2
Text Example
Text Example
White with #A151B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151B2; }
p { color: rgb(161,81,178); }
H1.HeaderClassName
{
color: #A151B2;
}
.AnyTagClassName
{
color: #A151B2;
}
</style>
background-color css
<style>
a { background-color: #A151B2; }
a { background-color: rgb(161,81,178); }
div.DivClassName
{
background-color: #A151B2;
}
.BgClassName
{
background-color: #A151B2;
}
</style>
border-color css
<style>
span { border-color: #A151B2; }
span { border-color: rgb(161,81,178); }
td.TdClassName
{
border-color: #A151B2;
}
.TagClassName
{
border-color: #A151B2;
}
</style>