Shades of Deep Lilac #A86EB8
Tints of Deep Lilac #A86EB8
RGB
CMYK
RGB Variations
Color information
#A86EB8 (or 0xA86EB8) is known color: Deep Lilac. HEX triplet: A8, 6E and B8. RGB value is (168,110,184). Sum of RGB (Red+Green+Blue) = 168+110+184=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #A86EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EB8 is #579147. Grayscale: #878787. Windows color (decimal): -5738824 or 12086952. OLE color: 12086952.
HSL color Cylindrical-coordinate representation of color #A86EB8: hue angle of 287.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86EB8 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 110 | 184 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.28 |
| HSL | 287.03º | 0.34% | 0.58% | - |
| HSV(B) | 287.03º | 0.4% | 0.72% | - |
| XYZ | 30.38 | 22.94 | 48.17 | - |
| YUV | 135.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 184 | 0.09 | 0.40 | 0 | 0.28 | 287.03 | 0.34 | 0.58 |
| Hex | A8 | 6E | B8 | 9 | 28 | 0 | 1C | 11F | 22 | 3A |
| Octal | 250 | 156 | 270 | 11 | 50 | 0 | 34 | 437 | 42 | 72 |
| Binary | 10101000 | 1101110 | 10111000 | 1001 | 101000 | 0 | 11100 | 100011111 | 100010 | 111010 |
Color Harmonies of #A86EB8
Complementary color
Monochromatic Colors of #A86EB8
Black with #A86EB8
Text Example
Text Example
White with #A86EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EB8; }
p { color: rgb(168,110,184); }
H1.HeaderClassName
{
color: #A86EB8;
}
.AnyTagClassName
{
color: #A86EB8;
}
</style>
background-color css
<style>
a { background-color: #A86EB8; }
a { background-color: rgb(168,110,184); }
div.DivClassName
{
background-color: #A86EB8;
}
.BgClassName
{
background-color: #A86EB8;
}
</style>
border-color css
<style>
span { border-color: #A86EB8; }
span { border-color: rgb(168,110,184); }
td.TdClassName
{
border-color: #A86EB8;
}
.TagClassName
{
border-color: #A86EB8;
}
</style>