Shades of Deep Lilac #A44AC1
Tints of Deep Lilac #A44AC1
RGB
CMYK
RGB Variations
Color information
#A44AC1 (or 0xA44AC1) is known color: Deep Lilac. HEX triplet: A4, 4A and C1. RGB value is (164,74,193). Sum of RGB (Red+Green+Blue) = 164+74+193=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #A44AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AC1 is #5BB53E. Grayscale: #727272. Windows color (decimal): -6010175 or 12667556. OLE color: 12667556.
HSL color Cylindrical-coordinate representation of color #A44AC1: hue angle of 285.38º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44AC1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 74 | 193 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.24 |
| HSL | 285.38º | 0.49% | 0.52% | - |
| HSV(B) | 285.38º | 0.62% | 0.76% | - |
| XYZ | 27.38 | 16.64 | 52.22 | - |
| YUV | 114.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 193 | 0.15 | 0.62 | 0 | 0.24 | 285.38 | 0.49 | 0.52 |
| Hex | A4 | 4A | C1 | F | 3E | 0 | 18 | 11D | 31 | 34 |
| Octal | 244 | 112 | 301 | 17 | 76 | 0 | 30 | 435 | 61 | 64 |
| Binary | 10100100 | 1001010 | 11000001 | 1111 | 111110 | 0 | 11000 | 100011101 | 110001 | 110100 |
Color Harmonies of #A44AC1
Complementary color
Monochromatic Colors of #A44AC1
Black with #A44AC1
Text Example
Text Example
White with #A44AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AC1; }
p { color: rgb(164,74,193); }
H1.HeaderClassName
{
color: #A44AC1;
}
.AnyTagClassName
{
color: #A44AC1;
}
</style>
background-color css
<style>
a { background-color: #A44AC1; }
a { background-color: rgb(164,74,193); }
div.DivClassName
{
background-color: #A44AC1;
}
.BgClassName
{
background-color: #A44AC1;
}
</style>
border-color css
<style>
span { border-color: #A44AC1; }
span { border-color: rgb(164,74,193); }
td.TdClassName
{
border-color: #A44AC1;
}
.TagClassName
{
border-color: #A44AC1;
}
</style>