Shades of Medium Purple #A86EEC
Tints of Medium Purple #A86EEC
RGB
CMYK
RGB Variations
Color information
#A86EEC (or 0xA86EEC) is known color: Medium Purple. HEX triplet: A8, 6E and EC. RGB value is (168,110,236). Sum of RGB (Red+Green+Blue) = 168+110+236=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EEC is #579113. Grayscale: #8D8D8D. Windows color (decimal): -5738772 or 15494824. OLE color: 15494824.
HSL color Cylindrical-coordinate representation of color #A86EEC: hue angle of 267.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86EEC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 110 | 236 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.62º | 0.77% | 0.68% | - |
| HSV(B) | 267.62º | 0.53% | 0.93% | - |
| XYZ | 36.86 | 25.53 | 82.34 | - |
| YUV | 141.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 236 | 0.29 | 0.53 | 0 | 0.07 | 267.62 | 0.77 | 0.68 |
| Hex | A8 | 6E | EC | 1D | 35 | 0 | 7 | 10C | 4D | 44 |
| Octal | 250 | 156 | 354 | 35 | 65 | 0 | 7 | 414 | 115 | 104 |
| Binary | 10101000 | 1101110 | 11101100 | 11101 | 110101 | 0 | 111 | 100001100 | 1001101 | 1000100 |
Color Harmonies of #A86EEC
Complementary color
Monochromatic Colors of #A86EEC
Black with #A86EEC
Text Example
Text Example
White with #A86EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EEC; }
p { color: rgb(168,110,236); }
H1.HeaderClassName
{
color: #A86EEC;
}
.AnyTagClassName
{
color: #A86EEC;
}
</style>
background-color css
<style>
a { background-color: #A86EEC; }
a { background-color: rgb(168,110,236); }
div.DivClassName
{
background-color: #A86EEC;
}
.BgClassName
{
background-color: #A86EEC;
}
</style>
border-color css
<style>
span { border-color: #A86EEC; }
span { border-color: rgb(168,110,236); }
td.TdClassName
{
border-color: #A86EEC;
}
.TagClassName
{
border-color: #A86EEC;
}
</style>