Shades of Deep Lilac #A859B5
Tints of Deep Lilac #A859B5
RGB
CMYK
RGB Variations
Color information
#A859B5 (or 0xA859B5) is known color: Deep Lilac. HEX triplet: A8, 59 and B5. RGB value is (168,89,181). Sum of RGB (Red+Green+Blue) = 168+89+181=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #A859B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859B5 is #57A64A. Grayscale: #7A7A7A. Windows color (decimal): -5744203 or 11884968. OLE color: 11884968.
HSL color Cylindrical-coordinate representation of color #A859B5: hue angle of 291.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A859B5 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 89 | 181 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.29 |
| HSL | 291.52º | 0.38% | 0.53% | - |
| HSV(B) | 291.52º | 0.51% | 0.71% | - |
| XYZ | 28.06 | 18.81 | 45.87 | - |
| YUV | 123.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 181 | 0.07 | 0.51 | 0 | 0.29 | 291.52 | 0.38 | 0.53 |
| Hex | A8 | 59 | B5 | 7 | 33 | 0 | 1D | 124 | 26 | 35 |
| Octal | 250 | 131 | 265 | 7 | 63 | 0 | 35 | 444 | 46 | 65 |
| Binary | 10101000 | 1011001 | 10110101 | 111 | 110011 | 0 | 11101 | 100100100 | 100110 | 110101 |
Color Harmonies of #A859B5
Complementary color
Monochromatic Colors of #A859B5
Black with #A859B5
Text Example
Text Example
White with #A859B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859B5; }
p { color: rgb(168,89,181); }
H1.HeaderClassName
{
color: #A859B5;
}
.AnyTagClassName
{
color: #A859B5;
}
</style>
background-color css
<style>
a { background-color: #A859B5; }
a { background-color: rgb(168,89,181); }
div.DivClassName
{
background-color: #A859B5;
}
.BgClassName
{
background-color: #A859B5;
}
</style>
border-color css
<style>
span { border-color: #A859B5; }
span { border-color: rgb(168,89,181); }
td.TdClassName
{
border-color: #A859B5;
}
.TagClassName
{
border-color: #A859B5;
}
</style>