Shades of Deep Lilac #A14AC0
Tints of Deep Lilac #A14AC0
RGB
CMYK
RGB Variations
Color information
#A14AC0 (or 0xA14AC0) is known color: Deep Lilac. HEX triplet: A1, 4A and C0. RGB value is (161,74,192). Sum of RGB (Red+Green+Blue) = 161+74+192=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #A14AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AC0 is #5EB53F. Grayscale: #717171. Windows color (decimal): -6206784 or 12602017. OLE color: 12602017.
HSL color Cylindrical-coordinate representation of color #A14AC0: hue angle of 284.24º degrees, saturation: 0.48, 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 #A14AC0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 74 | 192 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.25 |
| HSL | 284.24º | 0.48% | 0.52% | - |
| HSV(B) | 284.24º | 0.61% | 0.75% | - |
| XYZ | 26.66 | 16.28 | 51.61 | - |
| YUV | 113.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 192 | 0.16 | 0.61 | 0 | 0.25 | 284.24 | 0.48 | 0.52 |
| Hex | A1 | 4A | C0 | 10 | 3D | 0 | 19 | 11C | 30 | 34 |
| Octal | 241 | 112 | 300 | 20 | 75 | 0 | 31 | 434 | 60 | 64 |
| Binary | 10100001 | 1001010 | 11000000 | 10000 | 111101 | 0 | 11001 | 100011100 | 110000 | 110100 |
Color Harmonies of #A14AC0
Complementary color
Monochromatic Colors of #A14AC0
Black with #A14AC0
Text Example
Text Example
White with #A14AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AC0; }
p { color: rgb(161,74,192); }
H1.HeaderClassName
{
color: #A14AC0;
}
.AnyTagClassName
{
color: #A14AC0;
}
</style>
background-color css
<style>
a { background-color: #A14AC0; }
a { background-color: rgb(161,74,192); }
div.DivClassName
{
background-color: #A14AC0;
}
.BgClassName
{
background-color: #A14AC0;
}
</style>
border-color css
<style>
span { border-color: #A14AC0; }
span { border-color: rgb(161,74,192); }
td.TdClassName
{
border-color: #A14AC0;
}
.TagClassName
{
border-color: #A14AC0;
}
</style>