Shades of Deep Lilac #A44AD0
Tints of Deep Lilac #A44AD0
RGB
CMYK
RGB Variations
Color information
#A44AD0 (or 0xA44AD0) is known color: Deep Lilac. HEX triplet: A4, 4A and D0. RGB value is (164,74,208). Sum of RGB (Red+Green+Blue) = 164+74+208=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #A44AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AD0 is #5BB52F. Grayscale: #737373. Windows color (decimal): -6010160 or 13650596. OLE color: 13650596.
HSL color Cylindrical-coordinate representation of color #A44AD0: hue angle of 280.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44AD0 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 74 | 208 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.18 |
| HSL | 280.3º | 0.59% | 0.55% | - |
| HSV(B) | 280.3º | 0.64% | 0.82% | - |
| XYZ | 29.14 | 17.34 | 61.49 | - |
| YUV | 116.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 208 | 0.21 | 0.64 | 0 | 0.18 | 280.3 | 0.59 | 0.55 |
| Hex | A4 | 4A | D0 | 15 | 40 | 0 | 12 | 118 | 3B | 37 |
| Octal | 244 | 112 | 320 | 25 | 100 | 0 | 22 | 430 | 73 | 67 |
| Binary | 10100100 | 1001010 | 11010000 | 10101 | 1000000 | 0 | 10010 | 100011000 | 111011 | 110111 |
Color Harmonies of #A44AD0
Complementary color
Monochromatic Colors of #A44AD0
Black with #A44AD0
Text Example
Text Example
White with #A44AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AD0; }
p { color: rgb(164,74,208); }
H1.HeaderClassName
{
color: #A44AD0;
}
.AnyTagClassName
{
color: #A44AD0;
}
</style>
background-color css
<style>
a { background-color: #A44AD0; }
a { background-color: rgb(164,74,208); }
div.DivClassName
{
background-color: #A44AD0;
}
.BgClassName
{
background-color: #A44AD0;
}
</style>
border-color css
<style>
span { border-color: #A44AD0; }
span { border-color: rgb(164,74,208); }
td.TdClassName
{
border-color: #A44AD0;
}
.TagClassName
{
border-color: #A44AD0;
}
</style>