Shades of Deep Lilac #A444BD
Tints of Deep Lilac #A444BD
RGB
CMYK
RGB Variations
Color information
#A444BD (or 0xA444BD) is known color: Deep Lilac. HEX triplet: A4, 44 and BD. RGB value is (164,68,189). Sum of RGB (Red+Green+Blue) = 164+68+189=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #A444BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444BD is #5BBB42. Grayscale: #6E6E6E. Windows color (decimal): -6011715 or 12403876. OLE color: 12403876.
HSL color Cylindrical-coordinate representation of color #A444BD: hue angle of 287.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A444BD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 68 | 189 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.26 |
| HSL | 287.6º | 0.48% | 0.5% | - |
| HSV(B) | 287.6º | 0.64% | 0.74% | - |
| XYZ | 26.56 | 15.7 | 49.77 | - |
| YUV | 110.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 189 | 0.13 | 0.64 | 0 | 0.26 | 287.6 | 0.48 | 0.5 |
| Hex | A4 | 44 | BD | D | 40 | 0 | 1A | 120 | 30 | 32 |
| Octal | 244 | 104 | 275 | 15 | 100 | 0 | 32 | 440 | 60 | 62 |
| Binary | 10100100 | 1000100 | 10111101 | 1101 | 1000000 | 0 | 11010 | 100100000 | 110000 | 110010 |
Color Harmonies of #A444BD
Complementary color
Monochromatic Colors of #A444BD
Black with #A444BD
Text Example
Text Example
White with #A444BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444BD; }
p { color: rgb(164,68,189); }
H1.HeaderClassName
{
color: #A444BD;
}
.AnyTagClassName
{
color: #A444BD;
}
</style>
background-color css
<style>
a { background-color: #A444BD; }
a { background-color: rgb(164,68,189); }
div.DivClassName
{
background-color: #A444BD;
}
.BgClassName
{
background-color: #A444BD;
}
</style>
border-color css
<style>
span { border-color: #A444BD; }
span { border-color: rgb(164,68,189); }
td.TdClassName
{
border-color: #A444BD;
}
.TagClassName
{
border-color: #A444BD;
}
</style>