Shades of Deep Lilac #A44AAF
Tints of Deep Lilac #A44AAF
RGB
CMYK
RGB Variations
Color information
#A44AAF (or 0xA44AAF) is known color: Deep Lilac. HEX triplet: A4, 4A and AF. RGB value is (164,74,175). Sum of RGB (Red+Green+Blue) = 164+74+175=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A44AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AAF is #5BB550. Grayscale: #707070. Windows color (decimal): -6010193 or 11487908. OLE color: 11487908.
HSL color Cylindrical-coordinate representation of color #A44AAF: hue angle of 293.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44AAF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 74 | 175 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.31 |
| HSL | 293.47º | 0.41% | 0.49% | - |
| HSV(B) | 293.47º | 0.58% | 0.69% | - |
| XYZ | 25.5 | 15.89 | 42.28 | - |
| YUV | 112.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 175 | 0.06 | 0.58 | 0 | 0.31 | 293.47 | 0.41 | 0.49 |
| Hex | A4 | 4A | AF | 6 | 3A | 0 | 1F | 125 | 29 | 31 |
| Octal | 244 | 112 | 257 | 6 | 72 | 0 | 37 | 445 | 51 | 61 |
| Binary | 10100100 | 1001010 | 10101111 | 110 | 111010 | 0 | 11111 | 100100101 | 101001 | 110001 |
Color Harmonies of #A44AAF
Complementary color
Monochromatic Colors of #A44AAF
Black with #A44AAF
Text Example
Text Example
White with #A44AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AAF; }
p { color: rgb(164,74,175); }
H1.HeaderClassName
{
color: #A44AAF;
}
.AnyTagClassName
{
color: #A44AAF;
}
</style>
background-color css
<style>
a { background-color: #A44AAF; }
a { background-color: rgb(164,74,175); }
div.DivClassName
{
background-color: #A44AAF;
}
.BgClassName
{
background-color: #A44AAF;
}
</style>
border-color css
<style>
span { border-color: #A44AAF; }
span { border-color: rgb(164,74,175); }
td.TdClassName
{
border-color: #A44AAF;
}
.TagClassName
{
border-color: #A44AAF;
}
</style>