Shades of Deep Lilac #A14ABE
Tints of Deep Lilac #A14ABE
RGB
CMYK
RGB Variations
Color information
#A14ABE (or 0xA14ABE) is known color: Deep Lilac. HEX triplet: A1, 4A and BE. RGB value is (161,74,190). Sum of RGB (Red+Green+Blue) = 161+74+190=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #A14ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ABE is #5EB541. Grayscale: #707070. Windows color (decimal): -6206786 or 12470945. OLE color: 12470945.
HSL color Cylindrical-coordinate representation of color #A14ABE: hue angle of 285º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14ABE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 74 | 190 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.25 |
| HSL | 285º | 0.47% | 0.52% | - |
| HSV(B) | 285º | 0.61% | 0.75% | - |
| XYZ | 26.44 | 16.19 | 50.45 | - |
| YUV | 113.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 190 | 0.15 | 0.61 | 0 | 0.25 | 285 | 0.47 | 0.52 |
| Hex | A1 | 4A | BE | F | 3D | 0 | 19 | 11D | 2F | 34 |
| Octal | 241 | 112 | 276 | 17 | 75 | 0 | 31 | 435 | 57 | 64 |
| Binary | 10100001 | 1001010 | 10111110 | 1111 | 111101 | 0 | 11001 | 100011101 | 101111 | 110100 |
Color Harmonies of #A14ABE
Complementary color
Monochromatic Colors of #A14ABE
Black with #A14ABE
Text Example
Text Example
White with #A14ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ABE; }
p { color: rgb(161,74,190); }
H1.HeaderClassName
{
color: #A14ABE;
}
.AnyTagClassName
{
color: #A14ABE;
}
</style>
background-color css
<style>
a { background-color: #A14ABE; }
a { background-color: rgb(161,74,190); }
div.DivClassName
{
background-color: #A14ABE;
}
.BgClassName
{
background-color: #A14ABE;
}
</style>
border-color css
<style>
span { border-color: #A14ABE; }
span { border-color: rgb(161,74,190); }
td.TdClassName
{
border-color: #A14ABE;
}
.TagClassName
{
border-color: #A14ABE;
}
</style>