Shades of Deep Lilac #A86ABD
Tints of Deep Lilac #A86ABD
RGB
CMYK
RGB Variations
Color information
#A86ABD (or 0xA86ABD) is known color: Deep Lilac. HEX triplet: A8, 6A and BD. RGB value is (168,106,189). Sum of RGB (Red+Green+Blue) = 168+106+189=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A86ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ABD is #579542. Grayscale: #858585. Windows color (decimal): -5739843 or 12413608. OLE color: 12413608.
HSL color Cylindrical-coordinate representation of color #A86ABD: hue angle of 284.82º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86ABD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 106 | 189 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.26 |
| HSL | 284.82º | 0.39% | 0.58% | - |
| HSV(B) | 284.82º | 0.44% | 0.74% | - |
| XYZ | 30.49 | 22.31 | 50.84 | - |
| YUV | 134 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 189 | 0.11 | 0.44 | 0 | 0.26 | 284.82 | 0.39 | 0.58 |
| Hex | A8 | 6A | BD | B | 2C | 0 | 1A | 11D | 27 | 3A |
| Octal | 250 | 152 | 275 | 13 | 54 | 0 | 32 | 435 | 47 | 72 |
| Binary | 10101000 | 1101010 | 10111101 | 1011 | 101100 | 0 | 11010 | 100011101 | 100111 | 111010 |
Color Harmonies of #A86ABD
Complementary color
Monochromatic Colors of #A86ABD
Black with #A86ABD
Text Example
Text Example
White with #A86ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ABD; }
p { color: rgb(168,106,189); }
H1.HeaderClassName
{
color: #A86ABD;
}
.AnyTagClassName
{
color: #A86ABD;
}
</style>
background-color css
<style>
a { background-color: #A86ABD; }
a { background-color: rgb(168,106,189); }
div.DivClassName
{
background-color: #A86ABD;
}
.BgClassName
{
background-color: #A86ABD;
}
</style>
border-color css
<style>
span { border-color: #A86ABD; }
span { border-color: rgb(168,106,189); }
td.TdClassName
{
border-color: #A86ABD;
}
.TagClassName
{
border-color: #A86ABD;
}
</style>