Shades of Deep Lilac #A14FB6
Tints of Deep Lilac #A14FB6
RGB
CMYK
RGB Variations
Color information
#A14FB6 (or 0xA14FB6) is known color: Deep Lilac. HEX triplet: A1, 4F and B6. RGB value is (161,79,182). Sum of RGB (Red+Green+Blue) = 161+79+182=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #A14FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FB6 is #5EB049. Grayscale: #727272. Windows color (decimal): -6205514 or 11947937. OLE color: 11947937.
HSL color Cylindrical-coordinate representation of color #A14FB6: hue angle of 287.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14FB6 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 79 | 182 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.29 |
| HSL | 287.77º | 0.41% | 0.51% | - |
| HSV(B) | 287.77º | 0.57% | 0.71% | - |
| XYZ | 25.94 | 16.55 | 46.08 | - |
| YUV | 115.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 182 | 0.12 | 0.57 | 0 | 0.29 | 287.77 | 0.41 | 0.51 |
| Hex | A1 | 4F | B6 | C | 39 | 0 | 1D | 120 | 29 | 33 |
| Octal | 241 | 117 | 266 | 14 | 71 | 0 | 35 | 440 | 51 | 63 |
| Binary | 10100001 | 1001111 | 10110110 | 1100 | 111001 | 0 | 11101 | 100100000 | 101001 | 110011 |
Color Harmonies of #A14FB6
Complementary color
Monochromatic Colors of #A14FB6
Black with #A14FB6
Text Example
Text Example
White with #A14FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FB6; }
p { color: rgb(161,79,182); }
H1.HeaderClassName
{
color: #A14FB6;
}
.AnyTagClassName
{
color: #A14FB6;
}
</style>
background-color css
<style>
a { background-color: #A14FB6; }
a { background-color: rgb(161,79,182); }
div.DivClassName
{
background-color: #A14FB6;
}
.BgClassName
{
background-color: #A14FB6;
}
</style>
border-color css
<style>
span { border-color: #A14FB6; }
span { border-color: rgb(161,79,182); }
td.TdClassName
{
border-color: #A14FB6;
}
.TagClassName
{
border-color: #A14FB6;
}
</style>