Shades of Medium Purple #A86FEF
Tints of Medium Purple #A86FEF
RGB
CMYK
RGB Variations
Color information
#A86FEF (or 0xA86FEF) is known color: Medium Purple. HEX triplet: A8, 6F and EF. RGB value is (168,111,239). Sum of RGB (Red+Green+Blue) = 168+111+239=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #A86FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEF is #579010. Grayscale: #8E8E8E. Windows color (decimal): -5738513 or 15691688. OLE color: 15691688.
HSL color Cylindrical-coordinate representation of color #A86FEF: hue angle of 266.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86FEF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 111 | 239 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 266.72º | 0.8% | 0.69% | - |
| HSV(B) | 266.72º | 0.54% | 0.94% | - |
| XYZ | 37.41 | 25.93 | 84.69 | - |
| YUV | 142.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 239 | 0.30 | 0.54 | 0 | 0.06 | 266.72 | 0.8 | 0.69 |
| Hex | A8 | 6F | EF | 1E | 36 | 0 | 6 | 10B | 50 | 45 |
| Octal | 250 | 157 | 357 | 36 | 66 | 0 | 6 | 413 | 120 | 105 |
| Binary | 10101000 | 1101111 | 11101111 | 11110 | 110110 | 0 | 110 | 100001011 | 1010000 | 1000101 |
Color Harmonies of #A86FEF
Complementary color
Monochromatic Colors of #A86FEF
Black with #A86FEF
Text Example
Text Example
White with #A86FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FEF; }
p { color: rgb(168,111,239); }
H1.HeaderClassName
{
color: #A86FEF;
}
.AnyTagClassName
{
color: #A86FEF;
}
</style>
background-color css
<style>
a { background-color: #A86FEF; }
a { background-color: rgb(168,111,239); }
div.DivClassName
{
background-color: #A86FEF;
}
.BgClassName
{
background-color: #A86FEF;
}
</style>
border-color css
<style>
span { border-color: #A86FEF; }
span { border-color: rgb(168,111,239); }
td.TdClassName
{
border-color: #A86FEF;
}
.TagClassName
{
border-color: #A86FEF;
}
</style>