Shades of Medium Purple #A86EE9
Tints of Medium Purple #A86EE9
RGB
CMYK
RGB Variations
Color information
#A86EE9 (or 0xA86EE9) is known color: Medium Purple. HEX triplet: A8, 6E and E9. RGB value is (168,110,233). Sum of RGB (Red+Green+Blue) = 168+110+233=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #A86EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EE9 is #579116. Grayscale: #8C8C8C. Windows color (decimal): -5738775 or 15298216. OLE color: 15298216.
HSL color Cylindrical-coordinate representation of color #A86EE9: hue angle of 268.29º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86EE9 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 110 | 233 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.09 |
| HSL | 268.29º | 0.74% | 0.67% | - |
| HSV(B) | 268.29º | 0.53% | 0.91% | - |
| XYZ | 36.43 | 25.36 | 80.07 | - |
| YUV | 141.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 233 | 0.28 | 0.53 | 0 | 0.09 | 268.29 | 0.74 | 0.67 |
| Hex | A8 | 6E | E9 | 1C | 35 | 0 | 9 | 10C | 4A | 43 |
| Octal | 250 | 156 | 351 | 34 | 65 | 0 | 11 | 414 | 112 | 103 |
| Binary | 10101000 | 1101110 | 11101001 | 11100 | 110101 | 0 | 1001 | 100001100 | 1001010 | 1000011 |
Color Harmonies of #A86EE9
Complementary color
Monochromatic Colors of #A86EE9
Black with #A86EE9
Text Example
Text Example
White with #A86EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EE9; }
p { color: rgb(168,110,233); }
H1.HeaderClassName
{
color: #A86EE9;
}
.AnyTagClassName
{
color: #A86EE9;
}
</style>
background-color css
<style>
a { background-color: #A86EE9; }
a { background-color: rgb(168,110,233); }
div.DivClassName
{
background-color: #A86EE9;
}
.BgClassName
{
background-color: #A86EE9;
}
</style>
border-color css
<style>
span { border-color: #A86EE9; }
span { border-color: rgb(168,110,233); }
td.TdClassName
{
border-color: #A86EE9;
}
.TagClassName
{
border-color: #A86EE9;
}
</style>