Shades of Deep Lilac #A44BC3
Tints of Deep Lilac #A44BC3
RGB
CMYK
RGB Variations
Color information
#A44BC3 (or 0xA44BC3) is known color: Deep Lilac. HEX triplet: A4, 4B and C3. RGB value is (164,75,195). Sum of RGB (Red+Green+Blue) = 164+75+195=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #A44BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BC3 is #5BB43C. Grayscale: #727272. Windows color (decimal): -6009917 or 12798884. OLE color: 12798884.
HSL color Cylindrical-coordinate representation of color #A44BC3: hue angle of 284.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44BC3 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 75 | 195 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.24 |
| HSL | 284.5º | 0.5% | 0.53% | - |
| HSV(B) | 284.5º | 0.62% | 0.76% | - |
| XYZ | 27.68 | 16.86 | 53.43 | - |
| YUV | 115.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 195 | 0.16 | 0.62 | 0 | 0.24 | 284.5 | 0.5 | 0.53 |
| Hex | A4 | 4B | C3 | 10 | 3E | 0 | 18 | 11C | 32 | 35 |
| Octal | 244 | 113 | 303 | 20 | 76 | 0 | 30 | 434 | 62 | 65 |
| Binary | 10100100 | 1001011 | 11000011 | 10000 | 111110 | 0 | 11000 | 100011100 | 110010 | 110101 |
Color Harmonies of #A44BC3
Complementary color
Monochromatic Colors of #A44BC3
Black with #A44BC3
Text Example
Text Example
White with #A44BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BC3; }
p { color: rgb(164,75,195); }
H1.HeaderClassName
{
color: #A44BC3;
}
.AnyTagClassName
{
color: #A44BC3;
}
</style>
background-color css
<style>
a { background-color: #A44BC3; }
a { background-color: rgb(164,75,195); }
div.DivClassName
{
background-color: #A44BC3;
}
.BgClassName
{
background-color: #A44BC3;
}
</style>
border-color css
<style>
span { border-color: #A44BC3; }
span { border-color: rgb(164,75,195); }
td.TdClassName
{
border-color: #A44BC3;
}
.TagClassName
{
border-color: #A44BC3;
}
</style>