Shades of Deep Lilac #A44DCF
Tints of Deep Lilac #A44DCF
RGB
CMYK
RGB Variations
Color information
#A44DCF (or 0xA44DCF) is known color: Deep Lilac. HEX triplet: A4, 4D and CF. RGB value is (164,77,207). Sum of RGB (Red+Green+Blue) = 164+77+207=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A44DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DCF is #5BB230. Grayscale: #757575. Windows color (decimal): -6009393 or 13585828. OLE color: 13585828.
HSL color Cylindrical-coordinate representation of color #A44DCF: hue angle of 280.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44DCF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 77 | 207 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 280.15º | 0.58% | 0.56% | - |
| HSV(B) | 280.15º | 0.63% | 0.81% | - |
| XYZ | 29.23 | 17.71 | 60.91 | - |
| YUV | 117.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 207 | 0.21 | 0.63 | 0 | 0.19 | 280.15 | 0.58 | 0.56 |
| Hex | A4 | 4D | CF | 15 | 3F | 0 | 13 | 118 | 3A | 38 |
| Octal | 244 | 115 | 317 | 25 | 77 | 0 | 23 | 430 | 72 | 70 |
| Binary | 10100100 | 1001101 | 11001111 | 10101 | 111111 | 0 | 10011 | 100011000 | 111010 | 111000 |
Color Harmonies of #A44DCF
Complementary color
Monochromatic Colors of #A44DCF
Black with #A44DCF
Text Example
Text Example
White with #A44DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DCF; }
p { color: rgb(164,77,207); }
H1.HeaderClassName
{
color: #A44DCF;
}
.AnyTagClassName
{
color: #A44DCF;
}
</style>
background-color css
<style>
a { background-color: #A44DCF; }
a { background-color: rgb(164,77,207); }
div.DivClassName
{
background-color: #A44DCF;
}
.BgClassName
{
background-color: #A44DCF;
}
</style>
border-color css
<style>
span { border-color: #A44DCF; }
span { border-color: rgb(164,77,207); }
td.TdClassName
{
border-color: #A44DCF;
}
.TagClassName
{
border-color: #A44DCF;
}
</style>