Shades of Deep Lilac #A44FCD
Tints of Deep Lilac #A44FCD
RGB
CMYK
RGB Variations
Color information
#A44FCD (or 0xA44FCD) is known color: Deep Lilac. HEX triplet: A4, 4F and CD. RGB value is (164,79,205). Sum of RGB (Red+Green+Blue) = 164+79+205=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A44FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FCD is #5BB032. Grayscale: #767676. Windows color (decimal): -6008883 or 13455268. OLE color: 13455268.
HSL color Cylindrical-coordinate representation of color #A44FCD: hue angle of 280.48º 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 #A44FCD is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 79 | 205 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.20 |
| HSL | 280.48º | 0.56% | 0.56% | - |
| HSV(B) | 280.48º | 0.61% | 0.8% | - |
| XYZ | 29.13 | 17.89 | 59.68 | - |
| YUV | 118.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 205 | 0.2 | 0.61 | 0 | 0.20 | 280.48 | 0.56 | 0.56 |
| Hex | A4 | 4F | CD | 14 | 3D | 0 | 14 | 118 | 38 | 38 |
| Octal | 244 | 117 | 315 | 24 | 75 | 0 | 24 | 430 | 70 | 70 |
| Binary | 10100100 | 1001111 | 11001101 | 10100 | 111101 | 0 | 10100 | 100011000 | 111000 | 111000 |
Color Harmonies of #A44FCD
Complementary color
Monochromatic Colors of #A44FCD
Black with #A44FCD
Text Example
Text Example
White with #A44FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FCD; }
p { color: rgb(164,79,205); }
H1.HeaderClassName
{
color: #A44FCD;
}
.AnyTagClassName
{
color: #A44FCD;
}
</style>
background-color css
<style>
a { background-color: #A44FCD; }
a { background-color: rgb(164,79,205); }
div.DivClassName
{
background-color: #A44FCD;
}
.BgClassName
{
background-color: #A44FCD;
}
</style>
border-color css
<style>
span { border-color: #A44FCD; }
span { border-color: rgb(164,79,205); }
td.TdClassName
{
border-color: #A44FCD;
}
.TagClassName
{
border-color: #A44FCD;
}
</style>