Shades of Deep Lilac #A14FBA
Tints of Deep Lilac #A14FBA
RGB
CMYK
RGB Variations
Color information
#A14FBA (or 0xA14FBA) is known color: Deep Lilac. HEX triplet: A1, 4F and BA. RGB value is (161,79,186). Sum of RGB (Red+Green+Blue) = 161+79+186=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FBA is #5EB045. Grayscale: #737373. Windows color (decimal): -6205510 or 12210081. OLE color: 12210081.
HSL color Cylindrical-coordinate representation of color #A14FBA: hue angle of 285.98º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14FBA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 79 | 186 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.27 |
| HSL | 285.98º | 0.44% | 0.52% | - |
| HSV(B) | 285.98º | 0.58% | 0.73% | - |
| XYZ | 26.36 | 16.71 | 48.29 | - |
| YUV | 115.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 186 | 0.13 | 0.58 | 0 | 0.27 | 285.98 | 0.44 | 0.52 |
| Hex | A1 | 4F | BA | D | 3A | 0 | 1B | 11E | 2C | 34 |
| Octal | 241 | 117 | 272 | 15 | 72 | 0 | 33 | 436 | 54 | 64 |
| Binary | 10100001 | 1001111 | 10111010 | 1101 | 111010 | 0 | 11011 | 100011110 | 101100 | 110100 |
Color Harmonies of #A14FBA
Complementary color
Monochromatic Colors of #A14FBA
Black with #A14FBA
Text Example
Text Example
White with #A14FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FBA; }
p { color: rgb(161,79,186); }
H1.HeaderClassName
{
color: #A14FBA;
}
.AnyTagClassName
{
color: #A14FBA;
}
</style>
background-color css
<style>
a { background-color: #A14FBA; }
a { background-color: rgb(161,79,186); }
div.DivClassName
{
background-color: #A14FBA;
}
.BgClassName
{
background-color: #A14FBA;
}
</style>
border-color css
<style>
span { border-color: #A14FBA; }
span { border-color: rgb(161,79,186); }
td.TdClassName
{
border-color: #A14FBA;
}
.TagClassName
{
border-color: #A14FBA;
}
</style>