Shades of Deep Lilac #A857B7
Tints of Deep Lilac #A857B7
RGB
CMYK
RGB Variations
Color information
#A857B7 (or 0xA857B7) is known color: Deep Lilac. HEX triplet: A8, 57 and B7. RGB value is (168,87,183). Sum of RGB (Red+Green+Blue) = 168+87+183=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 87 (34.38% from 255 or 19.86% 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 #A857B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857B7 is #57A848. Grayscale: #797979. Windows color (decimal): -5744713 or 12015528. OLE color: 12015528.
HSL color Cylindrical-coordinate representation of color #A857B7: hue angle of 290.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A857B7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 87 | 183 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.28 |
| HSL | 290.63º | 0.4% | 0.53% | - |
| HSV(B) | 290.63º | 0.52% | 0.72% | - |
| XYZ | 28.1 | 18.56 | 46.9 | - |
| YUV | 122.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 183 | 0.08 | 0.52 | 0 | 0.28 | 290.63 | 0.4 | 0.53 |
| Hex | A8 | 57 | B7 | 8 | 34 | 0 | 1C | 123 | 28 | 35 |
| Octal | 250 | 127 | 267 | 10 | 64 | 0 | 34 | 443 | 50 | 65 |
| Binary | 10101000 | 1010111 | 10110111 | 1000 | 110100 | 0 | 11100 | 100100011 | 101000 | 110101 |
Color Harmonies of #A857B7
Complementary color
Monochromatic Colors of #A857B7
Black with #A857B7
Text Example
Text Example
White with #A857B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857B7; }
p { color: rgb(168,87,183); }
H1.HeaderClassName
{
color: #A857B7;
}
.AnyTagClassName
{
color: #A857B7;
}
</style>
background-color css
<style>
a { background-color: #A857B7; }
a { background-color: rgb(168,87,183); }
div.DivClassName
{
background-color: #A857B7;
}
.BgClassName
{
background-color: #A857B7;
}
</style>
border-color css
<style>
span { border-color: #A857B7; }
span { border-color: rgb(168,87,183); }
td.TdClassName
{
border-color: #A857B7;
}
.TagClassName
{
border-color: #A857B7;
}
</style>