Shades of Deep Lilac #A659B7
Tints of Deep Lilac #A659B7
RGB
CMYK
RGB Variations
Color information
#A659B7 (or 0xA659B7) is known color: Deep Lilac. HEX triplet: A6, 59 and B7. RGB value is (166,89,183). Sum of RGB (Red+Green+Blue) = 166+89+183=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #A659B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659B7 is #59A648. Grayscale: #7A7A7A. Windows color (decimal): -5875273 or 12016038. OLE color: 12016038.
HSL color Cylindrical-coordinate representation of color #A659B7: hue angle of 289.15º 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 #A659B7 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 89 | 183 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.28 |
| HSL | 289.15º | 0.39% | 0.53% | - |
| HSV(B) | 289.15º | 0.51% | 0.72% | - |
| XYZ | 27.85 | 18.67 | 46.94 | - |
| YUV | 122.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 183 | 0.09 | 0.51 | 0 | 0.28 | 289.15 | 0.39 | 0.53 |
| Hex | A6 | 59 | B7 | 9 | 33 | 0 | 1C | 121 | 27 | 35 |
| Octal | 246 | 131 | 267 | 11 | 63 | 0 | 34 | 441 | 47 | 65 |
| Binary | 10100110 | 1011001 | 10110111 | 1001 | 110011 | 0 | 11100 | 100100001 | 100111 | 110101 |
Color Harmonies of #A659B7
Complementary color
Monochromatic Colors of #A659B7
Black with #A659B7
Text Example
Text Example
White with #A659B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659B7; }
p { color: rgb(166,89,183); }
H1.HeaderClassName
{
color: #A659B7;
}
.AnyTagClassName
{
color: #A659B7;
}
</style>
background-color css
<style>
a { background-color: #A659B7; }
a { background-color: rgb(166,89,183); }
div.DivClassName
{
background-color: #A659B7;
}
.BgClassName
{
background-color: #A659B7;
}
</style>
border-color css
<style>
span { border-color: #A659B7; }
span { border-color: rgb(166,89,183); }
td.TdClassName
{
border-color: #A659B7;
}
.TagClassName
{
border-color: #A659B7;
}
</style>