Shades of Deep Lilac #A14CCD
Tints of Deep Lilac #A14CCD
RGB
CMYK
RGB Variations
Color information
#A14CCD (or 0xA14CCD) is known color: Deep Lilac. HEX triplet: A1, 4C and CD. RGB value is (161,76,205). Sum of RGB (Red+Green+Blue) = 161+76+205=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCD is #5EB332. Grayscale: #737373. Windows color (decimal): -6206259 or 13454497. OLE color: 13454497.
HSL color Cylindrical-coordinate representation of color #A14CCD: hue angle of 279.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14CCD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 76 | 205 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.20 |
| HSL | 279.53º | 0.56% | 0.55% | - |
| HSV(B) | 279.53º | 0.63% | 0.8% | - |
| XYZ | 28.3 | 17.15 | 59.58 | - |
| YUV | 116.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 205 | 0.21 | 0.63 | 0 | 0.20 | 279.53 | 0.56 | 0.55 |
| Hex | A1 | 4C | CD | 15 | 3F | 0 | 14 | 118 | 38 | 37 |
| Octal | 241 | 114 | 315 | 25 | 77 | 0 | 24 | 430 | 70 | 67 |
| Binary | 10100001 | 1001100 | 11001101 | 10101 | 111111 | 0 | 10100 | 100011000 | 111000 | 110111 |
Color Harmonies of #A14CCD
Complementary color
Monochromatic Colors of #A14CCD
Black with #A14CCD
Text Example
Text Example
White with #A14CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CCD; }
p { color: rgb(161,76,205); }
H1.HeaderClassName
{
color: #A14CCD;
}
.AnyTagClassName
{
color: #A14CCD;
}
</style>
background-color css
<style>
a { background-color: #A14CCD; }
a { background-color: rgb(161,76,205); }
div.DivClassName
{
background-color: #A14CCD;
}
.BgClassName
{
background-color: #A14CCD;
}
</style>
border-color css
<style>
span { border-color: #A14CCD; }
span { border-color: rgb(161,76,205); }
td.TdClassName
{
border-color: #A14CCD;
}
.TagClassName
{
border-color: #A14CCD;
}
</style>