Shades of Deep Lilac #A14BBA
Tints of Deep Lilac #A14BBA
RGB
CMYK
RGB Variations
Color information
#A14BBA (or 0xA14BBA) is known color: Deep Lilac. HEX triplet: A1, 4B and BA. RGB value is (161,75,186). Sum of RGB (Red+Green+Blue) = 161+75+186=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BBA is #5EB445. Grayscale: #717171. Windows color (decimal): -6206534 or 12209057. OLE color: 12209057.
HSL color Cylindrical-coordinate representation of color #A14BBA: hue angle of 286.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14BBA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 75 | 186 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.27 |
| HSL | 286.49º | 0.45% | 0.51% | - |
| HSV(B) | 286.49º | 0.6% | 0.73% | - |
| XYZ | 26.08 | 16.15 | 48.2 | - |
| YUV | 113.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 186 | 0.13 | 0.60 | 0 | 0.27 | 286.49 | 0.45 | 0.51 |
| Hex | A1 | 4B | BA | D | 3C | 0 | 1B | 11E | 2D | 33 |
| Octal | 241 | 113 | 272 | 15 | 74 | 0 | 33 | 436 | 55 | 63 |
| Binary | 10100001 | 1001011 | 10111010 | 1101 | 111100 | 0 | 11011 | 100011110 | 101101 | 110011 |
Color Harmonies of #A14BBA
Complementary color
Monochromatic Colors of #A14BBA
Black with #A14BBA
Text Example
Text Example
White with #A14BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BBA; }
p { color: rgb(161,75,186); }
H1.HeaderClassName
{
color: #A14BBA;
}
.AnyTagClassName
{
color: #A14BBA;
}
</style>
background-color css
<style>
a { background-color: #A14BBA; }
a { background-color: rgb(161,75,186); }
div.DivClassName
{
background-color: #A14BBA;
}
.BgClassName
{
background-color: #A14BBA;
}
</style>
border-color css
<style>
span { border-color: #A14BBA; }
span { border-color: rgb(161,75,186); }
td.TdClassName
{
border-color: #A14BBA;
}
.TagClassName
{
border-color: #A14BBA;
}
</style>