Shades of Deep Lilac #A44BC0
Tints of Deep Lilac #A44BC0
RGB
CMYK
RGB Variations
Color information
#A44BC0 (or 0xA44BC0) is known color: Deep Lilac. HEX triplet: A4, 4B and C0. RGB value is (164,75,192). Sum of RGB (Red+Green+Blue) = 164+75+192=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #A44BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BC0 is #5BB43F. Grayscale: #727272. Windows color (decimal): -6009920 or 12602276. OLE color: 12602276.
HSL color Cylindrical-coordinate representation of color #A44BC0: hue angle of 285.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44BC0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 75 | 192 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.25 |
| HSL | 285.64º | 0.48% | 0.52% | - |
| HSV(B) | 285.64º | 0.61% | 0.75% | - |
| XYZ | 27.34 | 16.73 | 51.66 | - |
| YUV | 114.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 192 | 0.15 | 0.61 | 0 | 0.25 | 285.64 | 0.48 | 0.52 |
| Hex | A4 | 4B | C0 | F | 3D | 0 | 19 | 11E | 30 | 34 |
| Octal | 244 | 113 | 300 | 17 | 75 | 0 | 31 | 436 | 60 | 64 |
| Binary | 10100100 | 1001011 | 11000000 | 1111 | 111101 | 0 | 11001 | 100011110 | 110000 | 110100 |
Color Harmonies of #A44BC0
Complementary color
Monochromatic Colors of #A44BC0
Black with #A44BC0
Text Example
Text Example
White with #A44BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BC0; }
p { color: rgb(164,75,192); }
H1.HeaderClassName
{
color: #A44BC0;
}
.AnyTagClassName
{
color: #A44BC0;
}
</style>
background-color css
<style>
a { background-color: #A44BC0; }
a { background-color: rgb(164,75,192); }
div.DivClassName
{
background-color: #A44BC0;
}
.BgClassName
{
background-color: #A44BC0;
}
</style>
border-color css
<style>
span { border-color: #A44BC0; }
span { border-color: rgb(164,75,192); }
td.TdClassName
{
border-color: #A44BC0;
}
.TagClassName
{
border-color: #A44BC0;
}
</style>