Shades of Deep Lilac #A949B9
Tints of Deep Lilac #A949B9
RGB
CMYK
RGB Variations
Color information
#A949B9 (or 0xA949B9) is known color: Deep Lilac. HEX triplet: A9, 49 and B9. RGB value is (169,73,185). Sum of RGB (Red+Green+Blue) = 169+73+185=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #A949B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949B9 is #56B646. Grayscale: #727272. Windows color (decimal): -5682759 or 12143017. OLE color: 12143017.
HSL color Cylindrical-coordinate representation of color #A949B9: hue angle of 291.43º 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 #A949B9 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 73 | 185 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.27 |
| HSL | 291.43º | 0.44% | 0.51% | - |
| HSV(B) | 291.43º | 0.61% | 0.73% | - |
| XYZ | 27.5 | 16.7 | 47.67 | - |
| YUV | 114.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 185 | 0.09 | 0.61 | 0 | 0.27 | 291.43 | 0.44 | 0.51 |
| Hex | A9 | 49 | B9 | 9 | 3D | 0 | 1B | 123 | 2C | 33 |
| Octal | 251 | 111 | 271 | 11 | 75 | 0 | 33 | 443 | 54 | 63 |
| Binary | 10101001 | 1001001 | 10111001 | 1001 | 111101 | 0 | 11011 | 100100011 | 101100 | 110011 |
Color Harmonies of #A949B9
Complementary color
Monochromatic Colors of #A949B9
Black with #A949B9
Text Example
Text Example
White with #A949B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949B9; }
p { color: rgb(169,73,185); }
H1.HeaderClassName
{
color: #A949B9;
}
.AnyTagClassName
{
color: #A949B9;
}
</style>
background-color css
<style>
a { background-color: #A949B9; }
a { background-color: rgb(169,73,185); }
div.DivClassName
{
background-color: #A949B9;
}
.BgClassName
{
background-color: #A949B9;
}
</style>
border-color css
<style>
span { border-color: #A949B9; }
span { border-color: rgb(169,73,185); }
td.TdClassName
{
border-color: #A949B9;
}
.TagClassName
{
border-color: #A949B9;
}
</style>