Shades of Deep Lilac #A14FB1
Tints of Deep Lilac #A14FB1
RGB
CMYK
RGB Variations
Color information
#A14FB1 (or 0xA14FB1) is known color: Deep Lilac. HEX triplet: A1, 4F and B1. RGB value is (161,79,177). Sum of RGB (Red+Green+Blue) = 161+79+177=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #A14FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14FB1 is #5EB04E. Grayscale: #727272. Windows color (decimal): -6205519 or 11620257. OLE color: 11620257.
HSL color Cylindrical-coordinate representation of color #A14FB1: hue angle of 290.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14FB1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 79 | 177 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.31 |
| HSL | 290.2º | 0.39% | 0.5% | - |
| HSV(B) | 290.2º | 0.55% | 0.69% | - |
| XYZ | 25.43 | 16.34 | 43.41 | - |
| YUV | 114.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 177 | 0.09 | 0.55 | 0 | 0.31 | 290.2 | 0.39 | 0.5 |
| Hex | A1 | 4F | B1 | 9 | 37 | 0 | 1F | 122 | 27 | 32 |
| Octal | 241 | 117 | 261 | 11 | 67 | 0 | 37 | 442 | 47 | 62 |
| Binary | 10100001 | 1001111 | 10110001 | 1001 | 110111 | 0 | 11111 | 100100010 | 100111 | 110010 |
Color Harmonies of #A14FB1
Complementary color
Monochromatic Colors of #A14FB1
Black with #A14FB1
Text Example
Text Example
White with #A14FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FB1; }
p { color: rgb(161,79,177); }
H1.HeaderClassName
{
color: #A14FB1;
}
.AnyTagClassName
{
color: #A14FB1;
}
</style>
background-color css
<style>
a { background-color: #A14FB1; }
a { background-color: rgb(161,79,177); }
div.DivClassName
{
background-color: #A14FB1;
}
.BgClassName
{
background-color: #A14FB1;
}
</style>
border-color css
<style>
span { border-color: #A14FB1; }
span { border-color: rgb(161,79,177); }
td.TdClassName
{
border-color: #A14FB1;
}
.TagClassName
{
border-color: #A14FB1;
}
</style>