Shades of Deep Lilac #A959B7
Tints of Deep Lilac #A959B7
RGB
CMYK
RGB Variations
Color information
#A959B7 (or 0xA959B7) is known color: Deep Lilac. HEX triplet: A9, 59 and B7. RGB value is (169,89,183). Sum of RGB (Red+Green+Blue) = 169+89+183=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #A959B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959B7 is #56A648. Grayscale: #7B7B7B. Windows color (decimal): -5678665 or 12016041. OLE color: 12016041.
HSL color Cylindrical-coordinate representation of color #A959B7: hue angle of 291.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A959B7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 89 | 183 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.28 |
| HSL | 291.06º | 0.39% | 0.53% | - |
| HSV(B) | 291.06º | 0.51% | 0.72% | - |
| XYZ | 28.48 | 19 | 46.97 | - |
| YUV | 123.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 183 | 0.08 | 0.51 | 0 | 0.28 | 291.06 | 0.39 | 0.53 |
| Hex | A9 | 59 | B7 | 8 | 33 | 0 | 1C | 123 | 27 | 35 |
| Octal | 251 | 131 | 267 | 10 | 63 | 0 | 34 | 443 | 47 | 65 |
| Binary | 10101001 | 1011001 | 10110111 | 1000 | 110011 | 0 | 11100 | 100100011 | 100111 | 110101 |
Color Harmonies of #A959B7
Complementary color
Monochromatic Colors of #A959B7
Black with #A959B7
Text Example
Text Example
White with #A959B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959B7; }
p { color: rgb(169,89,183); }
H1.HeaderClassName
{
color: #A959B7;
}
.AnyTagClassName
{
color: #A959B7;
}
</style>
background-color css
<style>
a { background-color: #A959B7; }
a { background-color: rgb(169,89,183); }
div.DivClassName
{
background-color: #A959B7;
}
.BgClassName
{
background-color: #A959B7;
}
</style>
border-color css
<style>
span { border-color: #A959B7; }
span { border-color: rgb(169,89,183); }
td.TdClassName
{
border-color: #A959B7;
}
.TagClassName
{
border-color: #A959B7;
}
</style>