Shades of Deep Lilac #A14BCD
Tints of Deep Lilac #A14BCD
RGB
CMYK
RGB Variations
Color information
#A14BCD (or 0xA14BCD) is known color: Deep Lilac. HEX triplet: A1, 4B and CD. RGB value is (161,75,205). Sum of RGB (Red+Green+Blue) = 161+75+205=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BCD is #5EB432. Grayscale: #737373. Windows color (decimal): -6206515 or 13454241. OLE color: 13454241.
HSL color Cylindrical-coordinate representation of color #A14BCD: hue angle of 279.69º degrees, saturation: 0.57, 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 #A14BCD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 75 | 205 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.20 |
| HSL | 279.69º | 0.57% | 0.55% | - |
| HSV(B) | 279.69º | 0.63% | 0.8% | - |
| XYZ | 28.23 | 17.02 | 59.55 | - |
| YUV | 115.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 205 | 0.21 | 0.63 | 0 | 0.20 | 279.69 | 0.57 | 0.55 |
| Hex | A1 | 4B | CD | 15 | 3F | 0 | 14 | 118 | 39 | 37 |
| Octal | 241 | 113 | 315 | 25 | 77 | 0 | 24 | 430 | 71 | 67 |
| Binary | 10100001 | 1001011 | 11001101 | 10101 | 111111 | 0 | 10100 | 100011000 | 111001 | 110111 |
Color Harmonies of #A14BCD
Complementary color
Monochromatic Colors of #A14BCD
Black with #A14BCD
Text Example
Text Example
White with #A14BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BCD; }
p { color: rgb(161,75,205); }
H1.HeaderClassName
{
color: #A14BCD;
}
.AnyTagClassName
{
color: #A14BCD;
}
</style>
background-color css
<style>
a { background-color: #A14BCD; }
a { background-color: rgb(161,75,205); }
div.DivClassName
{
background-color: #A14BCD;
}
.BgClassName
{
background-color: #A14BCD;
}
</style>
border-color css
<style>
span { border-color: #A14BCD; }
span { border-color: rgb(161,75,205); }
td.TdClassName
{
border-color: #A14BCD;
}
.TagClassName
{
border-color: #A14BCD;
}
</style>