Shades of Deep Lilac #A14BB1
Tints of Deep Lilac #A14BB1
RGB
CMYK
RGB Variations
Color information
#A14BB1 (or 0xA14BB1) is known color: Deep Lilac. HEX triplet: A1, 4B and B1. RGB value is (161,75,177). Sum of RGB (Red+Green+Blue) = 161+75+177=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #A14BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BB1 is #5EB44E. Grayscale: #707070. Windows color (decimal): -6206543 or 11619233. OLE color: 11619233.
HSL color Cylindrical-coordinate representation of color #A14BB1: hue angle of 290.59º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14BB1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 75 | 177 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.31 |
| HSL | 290.59º | 0.4% | 0.49% | - |
| HSV(B) | 290.59º | 0.58% | 0.69% | - |
| XYZ | 25.15 | 15.78 | 43.32 | - |
| YUV | 112.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 177 | 0.09 | 0.58 | 0 | 0.31 | 290.59 | 0.4 | 0.49 |
| Hex | A1 | 4B | B1 | 9 | 3A | 0 | 1F | 123 | 28 | 31 |
| Octal | 241 | 113 | 261 | 11 | 72 | 0 | 37 | 443 | 50 | 61 |
| Binary | 10100001 | 1001011 | 10110001 | 1001 | 111010 | 0 | 11111 | 100100011 | 101000 | 110001 |
Color Harmonies of #A14BB1
Complementary color
Monochromatic Colors of #A14BB1
Black with #A14BB1
Text Example
Text Example
White with #A14BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BB1; }
p { color: rgb(161,75,177); }
H1.HeaderClassName
{
color: #A14BB1;
}
.AnyTagClassName
{
color: #A14BB1;
}
</style>
background-color css
<style>
a { background-color: #A14BB1; }
a { background-color: rgb(161,75,177); }
div.DivClassName
{
background-color: #A14BB1;
}
.BgClassName
{
background-color: #A14BB1;
}
</style>
border-color css
<style>
span { border-color: #A14BB1; }
span { border-color: rgb(161,75,177); }
td.TdClassName
{
border-color: #A14BB1;
}
.TagClassName
{
border-color: #A14BB1;
}
</style>