Shades of Deep Lilac #A44CCF
Tints of Deep Lilac #A44CCF
RGB
CMYK
RGB Variations
Color information
#A44CCF (or 0xA44CCF) is known color: Deep Lilac. HEX triplet: A4, 4C and CF. RGB value is (164,76,207). Sum of RGB (Red+Green+Blue) = 164+76+207=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A44CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CCF is #5BB330. Grayscale: #747474. Windows color (decimal): -6009649 or 13585572. OLE color: 13585572.
HSL color Cylindrical-coordinate representation of color #A44CCF: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44CCF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 76 | 207 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 280.31º | 0.58% | 0.55% | - |
| HSV(B) | 280.31º | 0.63% | 0.81% | - |
| XYZ | 29.16 | 17.57 | 60.89 | - |
| YUV | 117.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 207 | 0.21 | 0.63 | 0 | 0.19 | 280.31 | 0.58 | 0.55 |
| Hex | A4 | 4C | CF | 15 | 3F | 0 | 13 | 118 | 3A | 37 |
| Octal | 244 | 114 | 317 | 25 | 77 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100100 | 1001100 | 11001111 | 10101 | 111111 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A44CCF
Complementary color
Monochromatic Colors of #A44CCF
Black with #A44CCF
Text Example
Text Example
White with #A44CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CCF; }
p { color: rgb(164,76,207); }
H1.HeaderClassName
{
color: #A44CCF;
}
.AnyTagClassName
{
color: #A44CCF;
}
</style>
background-color css
<style>
a { background-color: #A44CCF; }
a { background-color: rgb(164,76,207); }
div.DivClassName
{
background-color: #A44CCF;
}
.BgClassName
{
background-color: #A44CCF;
}
</style>
border-color css
<style>
span { border-color: #A44CCF; }
span { border-color: rgb(164,76,207); }
td.TdClassName
{
border-color: #A44CCF;
}
.TagClassName
{
border-color: #A44CCF;
}
</style>