Shades of Deep Lilac #A14CBE
Tints of Deep Lilac #A14CBE
RGB
CMYK
RGB Variations
Color information
#A14CBE (or 0xA14CBE) is known color: Deep Lilac. HEX triplet: A1, 4C and BE. RGB value is (161,76,190). Sum of RGB (Red+Green+Blue) = 161+76+190=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A14CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CBE is #5EB341. Grayscale: #727272. Windows color (decimal): -6206274 or 12471457. OLE color: 12471457.
HSL color Cylindrical-coordinate representation of color #A14CBE: hue angle of 284.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14CBE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 76 | 190 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.25 |
| HSL | 284.74º | 0.47% | 0.52% | - |
| HSV(B) | 284.74º | 0.6% | 0.75% | - |
| XYZ | 26.58 | 16.46 | 50.49 | - |
| YUV | 114.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 190 | 0.15 | 0.60 | 0 | 0.25 | 284.74 | 0.47 | 0.52 |
| Hex | A1 | 4C | BE | F | 3C | 0 | 19 | 11D | 2F | 34 |
| Octal | 241 | 114 | 276 | 17 | 74 | 0 | 31 | 435 | 57 | 64 |
| Binary | 10100001 | 1001100 | 10111110 | 1111 | 111100 | 0 | 11001 | 100011101 | 101111 | 110100 |
Color Harmonies of #A14CBE
Complementary color
Monochromatic Colors of #A14CBE
Black with #A14CBE
Text Example
Text Example
White with #A14CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CBE; }
p { color: rgb(161,76,190); }
H1.HeaderClassName
{
color: #A14CBE;
}
.AnyTagClassName
{
color: #A14CBE;
}
</style>
background-color css
<style>
a { background-color: #A14CBE; }
a { background-color: rgb(161,76,190); }
div.DivClassName
{
background-color: #A14CBE;
}
.BgClassName
{
background-color: #A14CBE;
}
</style>
border-color css
<style>
span { border-color: #A14CBE; }
span { border-color: rgb(161,76,190); }
td.TdClassName
{
border-color: #A14CBE;
}
.TagClassName
{
border-color: #A14CBE;
}
</style>