Shades of Deep Lilac #A86DBD
Tints of Deep Lilac #A86DBD
RGB
CMYK
RGB Variations
Color information
#A86DBD (or 0xA86DBD) is known color: Deep Lilac. HEX triplet: A8, 6D and BD. RGB value is (168,109,189). Sum of RGB (Red+Green+Blue) = 168+109+189=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A86DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DBD is #579242. Grayscale: #878787. Windows color (decimal): -5739075 or 12414376. OLE color: 12414376.
HSL color Cylindrical-coordinate representation of color #A86DBD: hue angle of 284.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86DBD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 109 | 189 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.26 |
| HSL | 284.25º | 0.38% | 0.58% | - |
| HSV(B) | 284.25º | 0.42% | 0.74% | - |
| XYZ | 30.8 | 22.94 | 50.95 | - |
| YUV | 135.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 189 | 0.11 | 0.42 | 0 | 0.26 | 284.25 | 0.38 | 0.58 |
| Hex | A8 | 6D | BD | B | 2A | 0 | 1A | 11C | 26 | 3A |
| Octal | 250 | 155 | 275 | 13 | 52 | 0 | 32 | 434 | 46 | 72 |
| Binary | 10101000 | 1101101 | 10111101 | 1011 | 101010 | 0 | 11010 | 100011100 | 100110 | 111010 |
Color Harmonies of #A86DBD
Complementary color
Monochromatic Colors of #A86DBD
Black with #A86DBD
Text Example
Text Example
White with #A86DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DBD; }
p { color: rgb(168,109,189); }
H1.HeaderClassName
{
color: #A86DBD;
}
.AnyTagClassName
{
color: #A86DBD;
}
</style>
background-color css
<style>
a { background-color: #A86DBD; }
a { background-color: rgb(168,109,189); }
div.DivClassName
{
background-color: #A86DBD;
}
.BgClassName
{
background-color: #A86DBD;
}
</style>
border-color css
<style>
span { border-color: #A86DBD; }
span { border-color: rgb(168,109,189); }
td.TdClassName
{
border-color: #A86DBD;
}
.TagClassName
{
border-color: #A86DBD;
}
</style>