Shades of Deep Lilac #A44ACE
Tints of Deep Lilac #A44ACE
RGB
CMYK
RGB Variations
Color information
#A44ACE (or 0xA44ACE) is known color: Deep Lilac. HEX triplet: A4, 4A and CE. RGB value is (164,74,206). Sum of RGB (Red+Green+Blue) = 164+74+206=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A44ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ACE is #5BB531. Grayscale: #737373. Windows color (decimal): -6010162 or 13519524. OLE color: 13519524.
HSL color Cylindrical-coordinate representation of color #A44ACE: hue angle of 280.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44ACE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 74 | 206 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.19 |
| HSL | 280.91º | 0.57% | 0.55% | - |
| HSV(B) | 280.91º | 0.64% | 0.81% | - |
| XYZ | 28.9 | 17.25 | 60.2 | - |
| YUV | 115.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 206 | 0.20 | 0.64 | 0 | 0.19 | 280.91 | 0.57 | 0.55 |
| Hex | A4 | 4A | CE | 14 | 40 | 0 | 13 | 119 | 39 | 37 |
| Octal | 244 | 112 | 316 | 24 | 100 | 0 | 23 | 431 | 71 | 67 |
| Binary | 10100100 | 1001010 | 11001110 | 10100 | 1000000 | 0 | 10011 | 100011001 | 111001 | 110111 |
Color Harmonies of #A44ACE
Complementary color
Monochromatic Colors of #A44ACE
Black with #A44ACE
Text Example
Text Example
White with #A44ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ACE; }
p { color: rgb(164,74,206); }
H1.HeaderClassName
{
color: #A44ACE;
}
.AnyTagClassName
{
color: #A44ACE;
}
</style>
background-color css
<style>
a { background-color: #A44ACE; }
a { background-color: rgb(164,74,206); }
div.DivClassName
{
background-color: #A44ACE;
}
.BgClassName
{
background-color: #A44ACE;
}
</style>
border-color css
<style>
span { border-color: #A44ACE; }
span { border-color: rgb(164,74,206); }
td.TdClassName
{
border-color: #A44ACE;
}
.TagClassName
{
border-color: #A44ACE;
}
</style>