Shades of Deep Lilac #A86FBA
Tints of Deep Lilac #A86FBA
RGB
CMYK
RGB Variations
Color information
#A86FBA (or 0xA86FBA) is known color: Deep Lilac. HEX triplet: A8, 6F and BA. RGB value is (168,111,186). Sum of RGB (Red+Green+Blue) = 168+111+186=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A86FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FBA is #579045. Grayscale: #888888. Windows color (decimal): -5738566 or 12218280. OLE color: 12218280.
HSL color Cylindrical-coordinate representation of color #A86FBA: hue angle of 285.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86FBA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 111 | 186 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.27 |
| HSL | 285.6º | 0.35% | 0.58% | - |
| HSV(B) | 285.6º | 0.4% | 0.73% | - |
| XYZ | 30.7 | 23.24 | 49.32 | - |
| YUV | 136.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 186 | 0.10 | 0.40 | 0 | 0.27 | 285.6 | 0.35 | 0.58 |
| Hex | A8 | 6F | BA | A | 28 | 0 | 1B | 11E | 23 | 3A |
| Octal | 250 | 157 | 272 | 12 | 50 | 0 | 33 | 436 | 43 | 72 |
| Binary | 10101000 | 1101111 | 10111010 | 1010 | 101000 | 0 | 11011 | 100011110 | 100011 | 111010 |
Color Harmonies of #A86FBA
Complementary color
Monochromatic Colors of #A86FBA
Black with #A86FBA
Text Example
Text Example
White with #A86FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FBA; }
p { color: rgb(168,111,186); }
H1.HeaderClassName
{
color: #A86FBA;
}
.AnyTagClassName
{
color: #A86FBA;
}
</style>
background-color css
<style>
a { background-color: #A86FBA; }
a { background-color: rgb(168,111,186); }
div.DivClassName
{
background-color: #A86FBA;
}
.BgClassName
{
background-color: #A86FBA;
}
</style>
border-color css
<style>
span { border-color: #A86FBA; }
span { border-color: rgb(168,111,186); }
td.TdClassName
{
border-color: #A86FBA;
}
.TagClassName
{
border-color: #A86FBA;
}
</style>