Shades of Deep Lilac #A949B7
Tints of Deep Lilac #A949B7
RGB
CMYK
RGB Variations
Color information
#A949B7 (or 0xA949B7) is known color: Deep Lilac. HEX triplet: A9, 49 and B7. RGB value is (169,73,183). Sum of RGB (Red+Green+Blue) = 169+73+183=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 183 - color contains mainly: blue. Hex color #A949B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949B7 is #56B648. Grayscale: #717171. Windows color (decimal): -5682761 or 12011945. OLE color: 12011945.
HSL color Cylindrical-coordinate representation of color #A949B7: hue angle of 292.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A949B7 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 73 | 183 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.28 |
| HSL | 292.36º | 0.43% | 0.5% | - |
| HSV(B) | 292.36º | 0.6% | 0.72% | - |
| XYZ | 27.29 | 16.62 | 46.57 | - |
| YUV | 114.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 183 | 0.08 | 0.60 | 0 | 0.28 | 292.36 | 0.43 | 0.5 |
| Hex | A9 | 49 | B7 | 8 | 3C | 0 | 1C | 124 | 2B | 32 |
| Octal | 251 | 111 | 267 | 10 | 74 | 0 | 34 | 444 | 53 | 62 |
| Binary | 10101001 | 1001001 | 10110111 | 1000 | 111100 | 0 | 11100 | 100100100 | 101011 | 110010 |
Color Harmonies of #A949B7
Complementary color
Monochromatic Colors of #A949B7
Black with #A949B7
Text Example
Text Example
White with #A949B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949B7; }
p { color: rgb(169,73,183); }
H1.HeaderClassName
{
color: #A949B7;
}
.AnyTagClassName
{
color: #A949B7;
}
</style>
background-color css
<style>
a { background-color: #A949B7; }
a { background-color: rgb(169,73,183); }
div.DivClassName
{
background-color: #A949B7;
}
.BgClassName
{
background-color: #A949B7;
}
</style>
border-color css
<style>
span { border-color: #A949B7; }
span { border-color: rgb(169,73,183); }
td.TdClassName
{
border-color: #A949B7;
}
.TagClassName
{
border-color: #A949B7;
}
</style>