Shades of Deep Lilac #A442BD
Tints of Deep Lilac #A442BD
RGB
CMYK
RGB Variations
Color information
#A442BD (or 0xA442BD) is known color: Deep Lilac. HEX triplet: A4, 42 and BD. RGB value is (164,66,189). Sum of RGB (Red+Green+Blue) = 164+66+189=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A442BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442BD is #5BBD42. Grayscale: #6C6C6C. Windows color (decimal): -6012227 or 12403364. OLE color: 12403364.
HSL color Cylindrical-coordinate representation of color #A442BD: hue angle of 287.8º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A442BD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 66 | 189 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.26 |
| HSL | 287.8º | 0.48% | 0.5% | - |
| HSV(B) | 287.8º | 0.65% | 0.74% | - |
| XYZ | 26.44 | 15.46 | 49.74 | - |
| YUV | 109.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 189 | 0.13 | 0.65 | 0 | 0.26 | 287.8 | 0.48 | 0.5 |
| Hex | A4 | 42 | BD | D | 41 | 0 | 1A | 120 | 30 | 32 |
| Octal | 244 | 102 | 275 | 15 | 101 | 0 | 32 | 440 | 60 | 62 |
| Binary | 10100100 | 1000010 | 10111101 | 1101 | 1000001 | 0 | 11010 | 100100000 | 110000 | 110010 |
Color Harmonies of #A442BD
Complementary color
Monochromatic Colors of #A442BD
Black with #A442BD
Text Example
Text Example
White with #A442BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442BD; }
p { color: rgb(164,66,189); }
H1.HeaderClassName
{
color: #A442BD;
}
.AnyTagClassName
{
color: #A442BD;
}
</style>
background-color css
<style>
a { background-color: #A442BD; }
a { background-color: rgb(164,66,189); }
div.DivClassName
{
background-color: #A442BD;
}
.BgClassName
{
background-color: #A442BD;
}
</style>
border-color css
<style>
span { border-color: #A442BD; }
span { border-color: rgb(164,66,189); }
td.TdClassName
{
border-color: #A442BD;
}
.TagClassName
{
border-color: #A442BD;
}
</style>