Shades of Deep Lilac #A14FCD
Tints of Deep Lilac #A14FCD
RGB
CMYK
RGB Variations
Color information
#A14FCD (or 0xA14FCD) is known color: Deep Lilac. HEX triplet: A1, 4F and CD. RGB value is (161,79,205). Sum of RGB (Red+Green+Blue) = 161+79+205=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FCD is #5EB032. Grayscale: #757575. Windows color (decimal): -6205491 or 13455265. OLE color: 13455265.
HSL color Cylindrical-coordinate representation of color #A14FCD: hue angle of 279.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14FCD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 79 | 205 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.20 |
| HSL | 279.05º | 0.56% | 0.56% | - |
| HSV(B) | 279.05º | 0.61% | 0.8% | - |
| XYZ | 28.51 | 17.58 | 59.65 | - |
| YUV | 117.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 205 | 0.21 | 0.61 | 0 | 0.20 | 279.05 | 0.56 | 0.56 |
| Hex | A1 | 4F | CD | 15 | 3D | 0 | 14 | 117 | 38 | 38 |
| Octal | 241 | 117 | 315 | 25 | 75 | 0 | 24 | 427 | 70 | 70 |
| Binary | 10100001 | 1001111 | 11001101 | 10101 | 111101 | 0 | 10100 | 100010111 | 111000 | 111000 |
Color Harmonies of #A14FCD
Complementary color
Monochromatic Colors of #A14FCD
Black with #A14FCD
Text Example
Text Example
White with #A14FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FCD; }
p { color: rgb(161,79,205); }
H1.HeaderClassName
{
color: #A14FCD;
}
.AnyTagClassName
{
color: #A14FCD;
}
</style>
background-color css
<style>
a { background-color: #A14FCD; }
a { background-color: rgb(161,79,205); }
div.DivClassName
{
background-color: #A14FCD;
}
.BgClassName
{
background-color: #A14FCD;
}
</style>
border-color css
<style>
span { border-color: #A14FCD; }
span { border-color: rgb(161,79,205); }
td.TdClassName
{
border-color: #A14FCD;
}
.TagClassName
{
border-color: #A14FCD;
}
</style>