Shades of Deep Lilac #A44FCE
Tints of Deep Lilac #A44FCE
RGB
CMYK
RGB Variations
Color information
#A44FCE (or 0xA44FCE) is known color: Deep Lilac. HEX triplet: A4, 4F and CE. RGB value is (164,79,206). Sum of RGB (Red+Green+Blue) = 164+79+206=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A44FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FCE is #5BB031. Grayscale: #767676. Windows color (decimal): -6008882 or 13520804. OLE color: 13520804.
HSL color Cylindrical-coordinate representation of color #A44FCE: hue angle of 280.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44FCE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 79 | 206 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.19 |
| HSL | 280.16º | 0.56% | 0.56% | - |
| HSV(B) | 280.16º | 0.62% | 0.81% | - |
| XYZ | 29.25 | 17.94 | 60.31 | - |
| YUV | 118.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 206 | 0.20 | 0.62 | 0 | 0.19 | 280.16 | 0.56 | 0.56 |
| Hex | A4 | 4F | CE | 14 | 3E | 0 | 13 | 118 | 38 | 38 |
| Octal | 244 | 117 | 316 | 24 | 76 | 0 | 23 | 430 | 70 | 70 |
| Binary | 10100100 | 1001111 | 11001110 | 10100 | 111110 | 0 | 10011 | 100011000 | 111000 | 111000 |
Color Harmonies of #A44FCE
Complementary color
Monochromatic Colors of #A44FCE
Black with #A44FCE
Text Example
Text Example
White with #A44FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FCE; }
p { color: rgb(164,79,206); }
H1.HeaderClassName
{
color: #A44FCE;
}
.AnyTagClassName
{
color: #A44FCE;
}
</style>
background-color css
<style>
a { background-color: #A44FCE; }
a { background-color: rgb(164,79,206); }
div.DivClassName
{
background-color: #A44FCE;
}
.BgClassName
{
background-color: #A44FCE;
}
</style>
border-color css
<style>
span { border-color: #A44FCE; }
span { border-color: rgb(164,79,206); }
td.TdClassName
{
border-color: #A44FCE;
}
.TagClassName
{
border-color: #A44FCE;
}
</style>