Shades of Deep Lilac #A44CCD
Tints of Deep Lilac #A44CCD
RGB
CMYK
RGB Variations
Color information
#A44CCD (or 0xA44CCD) is known color: Deep Lilac. HEX triplet: A4, 4C and CD. RGB value is (164,76,205). Sum of RGB (Red+Green+Blue) = 164+76+205=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A44CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CCD is #5BB332. Grayscale: #747474. Windows color (decimal): -6009651 or 13454500. OLE color: 13454500.
HSL color Cylindrical-coordinate representation of color #A44CCD: hue angle of 280.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44CCD is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 76 | 205 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.20 |
| HSL | 280.93º | 0.56% | 0.55% | - |
| HSV(B) | 280.93º | 0.63% | 0.8% | - |
| XYZ | 28.91 | 17.47 | 59.61 | - |
| YUV | 117.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 205 | 0.2 | 0.63 | 0 | 0.20 | 280.93 | 0.56 | 0.55 |
| Hex | A4 | 4C | CD | 14 | 3F | 0 | 14 | 119 | 38 | 37 |
| Octal | 244 | 114 | 315 | 24 | 77 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100100 | 1001100 | 11001101 | 10100 | 111111 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A44CCD
Complementary color
Monochromatic Colors of #A44CCD
Black with #A44CCD
Text Example
Text Example
White with #A44CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CCD; }
p { color: rgb(164,76,205); }
H1.HeaderClassName
{
color: #A44CCD;
}
.AnyTagClassName
{
color: #A44CCD;
}
</style>
background-color css
<style>
a { background-color: #A44CCD; }
a { background-color: rgb(164,76,205); }
div.DivClassName
{
background-color: #A44CCD;
}
.BgClassName
{
background-color: #A44CCD;
}
</style>
border-color css
<style>
span { border-color: #A44CCD; }
span { border-color: rgb(164,76,205); }
td.TdClassName
{
border-color: #A44CCD;
}
.TagClassName
{
border-color: #A44CCD;
}
</style>