Shades of Medium Purple #A86FEC
Tints of Medium Purple #A86FEC
RGB
CMYK
RGB Variations
Color information
#A86FEC (or 0xA86FEC) is known color: Medium Purple. HEX triplet: A8, 6F and EC. RGB value is (168,111,236). Sum of RGB (Red+Green+Blue) = 168+111+236=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEC is #579013. Grayscale: #8D8D8D. Windows color (decimal): -5738516 or 15495080. OLE color: 15495080.
HSL color Cylindrical-coordinate representation of color #A86FEC: hue angle of 267.36º 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 #A86FEC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 111 | 236 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.36º | 0.77% | 0.68% | - |
| HSV(B) | 267.36º | 0.53% | 0.93% | - |
| XYZ | 36.97 | 25.75 | 82.38 | - |
| YUV | 142.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 236 | 0.29 | 0.53 | 0 | 0.07 | 267.36 | 0.77 | 0.68 |
| Hex | A8 | 6F | EC | 1D | 35 | 0 | 7 | 10B | 4D | 44 |
| Octal | 250 | 157 | 354 | 35 | 65 | 0 | 7 | 413 | 115 | 104 |
| Binary | 10101000 | 1101111 | 11101100 | 11101 | 110101 | 0 | 111 | 100001011 | 1001101 | 1000100 |
Color Harmonies of #A86FEC
Complementary color
Monochromatic Colors of #A86FEC
Black with #A86FEC
Text Example
Text Example
White with #A86FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FEC; }
p { color: rgb(168,111,236); }
H1.HeaderClassName
{
color: #A86FEC;
}
.AnyTagClassName
{
color: #A86FEC;
}
</style>
background-color css
<style>
a { background-color: #A86FEC; }
a { background-color: rgb(168,111,236); }
div.DivClassName
{
background-color: #A86FEC;
}
.BgClassName
{
background-color: #A86FEC;
}
</style>
border-color css
<style>
span { border-color: #A86FEC; }
span { border-color: rgb(168,111,236); }
td.TdClassName
{
border-color: #A86FEC;
}
.TagClassName
{
border-color: #A86FEC;
}
</style>