Shades of Deep Lilac #A449BD
Tints of Deep Lilac #A449BD
RGB
CMYK
RGB Variations
Color information
#A449BD (or 0xA449BD) is known color: Deep Lilac. HEX triplet: A4, 49 and BD. RGB value is (164,73,189). Sum of RGB (Red+Green+Blue) = 164+73+189=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #A449BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449BD is #5BB642. Grayscale: #717171. Windows color (decimal): -6010435 or 12405156. OLE color: 12405156.
HSL color Cylindrical-coordinate representation of color #A449BD: hue angle of 287.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A449BD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 73 | 189 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.26 |
| HSL | 287.07º | 0.47% | 0.51% | - |
| HSV(B) | 287.07º | 0.61% | 0.74% | - |
| XYZ | 26.88 | 16.33 | 49.88 | - |
| YUV | 113.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 189 | 0.13 | 0.61 | 0 | 0.26 | 287.07 | 0.47 | 0.51 |
| Hex | A4 | 49 | BD | D | 3D | 0 | 1A | 11F | 2F | 33 |
| Octal | 244 | 111 | 275 | 15 | 75 | 0 | 32 | 437 | 57 | 63 |
| Binary | 10100100 | 1001001 | 10111101 | 1101 | 111101 | 0 | 11010 | 100011111 | 101111 | 110011 |
Color Harmonies of #A449BD
Complementary color
Monochromatic Colors of #A449BD
Black with #A449BD
Text Example
Text Example
White with #A449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449BD; }
p { color: rgb(164,73,189); }
H1.HeaderClassName
{
color: #A449BD;
}
.AnyTagClassName
{
color: #A449BD;
}
</style>
background-color css
<style>
a { background-color: #A449BD; }
a { background-color: rgb(164,73,189); }
div.DivClassName
{
background-color: #A449BD;
}
.BgClassName
{
background-color: #A449BD;
}
</style>
border-color css
<style>
span { border-color: #A449BD; }
span { border-color: rgb(164,73,189); }
td.TdClassName
{
border-color: #A449BD;
}
.TagClassName
{
border-color: #A449BD;
}
</style>