Shades of Deep Lilac #A449BB
Tints of Deep Lilac #A449BB
RGB
CMYK
RGB Variations
Color information
#A449BB (or 0xA449BB) is known color: Deep Lilac. HEX triplet: A4, 49 and BB. RGB value is (164,73,187). Sum of RGB (Red+Green+Blue) = 164+73+187=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #A449BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449BB is #5BB644. Grayscale: #707070. Windows color (decimal): -6010437 or 12274084. OLE color: 12274084.
HSL color Cylindrical-coordinate representation of color #A449BB: hue angle of 287.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A449BB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 73 | 187 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.27 |
| HSL | 287.89º | 0.46% | 0.51% | - |
| HSV(B) | 287.89º | 0.61% | 0.73% | - |
| XYZ | 26.66 | 16.25 | 48.74 | - |
| YUV | 113.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 187 | 0.12 | 0.61 | 0 | 0.27 | 287.89 | 0.46 | 0.51 |
| Hex | A4 | 49 | BB | C | 3D | 0 | 1B | 120 | 2E | 33 |
| Octal | 244 | 111 | 273 | 14 | 75 | 0 | 33 | 440 | 56 | 63 |
| Binary | 10100100 | 1001001 | 10111011 | 1100 | 111101 | 0 | 11011 | 100100000 | 101110 | 110011 |
Color Harmonies of #A449BB
Complementary color
Monochromatic Colors of #A449BB
Black with #A449BB
Text Example
Text Example
White with #A449BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449BB; }
p { color: rgb(164,73,187); }
H1.HeaderClassName
{
color: #A449BB;
}
.AnyTagClassName
{
color: #A449BB;
}
</style>
background-color css
<style>
a { background-color: #A449BB; }
a { background-color: rgb(164,73,187); }
div.DivClassName
{
background-color: #A449BB;
}
.BgClassName
{
background-color: #A449BB;
}
</style>
border-color css
<style>
span { border-color: #A449BB; }
span { border-color: rgb(164,73,187); }
td.TdClassName
{
border-color: #A449BB;
}
.TagClassName
{
border-color: #A449BB;
}
</style>