Shades of Deep Lilac #A549B9
Tints of Deep Lilac #A549B9
RGB
CMYK
RGB Variations
Color information
#A549B9 (or 0xA549B9) is known color: Deep Lilac. HEX triplet: A5, 49 and B9. RGB value is (165,73,185). Sum of RGB (Red+Green+Blue) = 165+73+185=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #A549B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549B9 is #5AB646. Grayscale: #707070. Windows color (decimal): -5944903 or 12143013. OLE color: 12143013.
HSL color Cylindrical-coordinate representation of color #A549B9: hue angle of 289.29º degrees, saturation: 0.44, 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 #A549B9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 73 | 185 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.27 |
| HSL | 289.29º | 0.44% | 0.51% | - |
| HSV(B) | 289.29º | 0.61% | 0.73% | - |
| XYZ | 26.66 | 16.27 | 47.63 | - |
| YUV | 113.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 185 | 0.11 | 0.61 | 0 | 0.27 | 289.29 | 0.44 | 0.51 |
| Hex | A5 | 49 | B9 | B | 3D | 0 | 1B | 121 | 2C | 33 |
| Octal | 245 | 111 | 271 | 13 | 75 | 0 | 33 | 441 | 54 | 63 |
| Binary | 10100101 | 1001001 | 10111001 | 1011 | 111101 | 0 | 11011 | 100100001 | 101100 | 110011 |
Color Harmonies of #A549B9
Complementary color
Monochromatic Colors of #A549B9
Black with #A549B9
Text Example
Text Example
White with #A549B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549B9; }
p { color: rgb(165,73,185); }
H1.HeaderClassName
{
color: #A549B9;
}
.AnyTagClassName
{
color: #A549B9;
}
</style>
background-color css
<style>
a { background-color: #A549B9; }
a { background-color: rgb(165,73,185); }
div.DivClassName
{
background-color: #A549B9;
}
.BgClassName
{
background-color: #A549B9;
}
</style>
border-color css
<style>
span { border-color: #A549B9; }
span { border-color: rgb(165,73,185); }
td.TdClassName
{
border-color: #A549B9;
}
.TagClassName
{
border-color: #A549B9;
}
</style>