Shades of Deep Lilac #A14FBC
Tints of Deep Lilac #A14FBC
RGB
CMYK
RGB Variations
Color information
#A14FBC (or 0xA14FBC) is known color: Deep Lilac. HEX triplet: A1, 4F and BC. RGB value is (161,79,188). Sum of RGB (Red+Green+Blue) = 161+79+188=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #A14FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FBC is #5EB043. Grayscale: #737373. Windows color (decimal): -6205508 or 12341153. OLE color: 12341153.
HSL color Cylindrical-coordinate representation of color #A14FBC: hue angle of 285.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14FBC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 79 | 188 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.26 |
| HSL | 285.14º | 0.45% | 0.52% | - |
| HSV(B) | 285.14º | 0.58% | 0.74% | - |
| XYZ | 26.57 | 16.8 | 49.42 | - |
| YUV | 115.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 188 | 0.14 | 0.58 | 0 | 0.26 | 285.14 | 0.45 | 0.52 |
| Hex | A1 | 4F | BC | E | 3A | 0 | 1A | 11D | 2D | 34 |
| Octal | 241 | 117 | 274 | 16 | 72 | 0 | 32 | 435 | 55 | 64 |
| Binary | 10100001 | 1001111 | 10111100 | 1110 | 111010 | 0 | 11010 | 100011101 | 101101 | 110100 |
Color Harmonies of #A14FBC
Complementary color
Monochromatic Colors of #A14FBC
Black with #A14FBC
Text Example
Text Example
White with #A14FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FBC; }
p { color: rgb(161,79,188); }
H1.HeaderClassName
{
color: #A14FBC;
}
.AnyTagClassName
{
color: #A14FBC;
}
</style>
background-color css
<style>
a { background-color: #A14FBC; }
a { background-color: rgb(161,79,188); }
div.DivClassName
{
background-color: #A14FBC;
}
.BgClassName
{
background-color: #A14FBC;
}
</style>
border-color css
<style>
span { border-color: #A14FBC; }
span { border-color: rgb(161,79,188); }
td.TdClassName
{
border-color: #A14FBC;
}
.TagClassName
{
border-color: #A14FBC;
}
</style>