Shades of Medium Purple #A86FEA
Tints of Medium Purple #A86FEA
RGB
CMYK
RGB Variations
Color information
#A86FEA (or 0xA86FEA) is known color: Medium Purple. HEX triplet: A8, 6F and EA. RGB value is (168,111,234). Sum of RGB (Red+Green+Blue) = 168+111+234=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #A86FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEA is #579015. Grayscale: #8D8D8D. Windows color (decimal): -5738518 or 15364008. OLE color: 15364008.
HSL color Cylindrical-coordinate representation of color #A86FEA: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86FEA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 111 | 234 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.08 |
| HSL | 267.8º | 0.75% | 0.68% | - |
| HSV(B) | 267.8º | 0.53% | 0.92% | - |
| XYZ | 36.68 | 25.63 | 80.86 | - |
| YUV | 142.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 234 | 0.28 | 0.53 | 0 | 0.08 | 267.8 | 0.75 | 0.68 |
| Hex | A8 | 6F | EA | 1C | 35 | 0 | 8 | 10C | 4B | 44 |
| Octal | 250 | 157 | 352 | 34 | 65 | 0 | 10 | 414 | 113 | 104 |
| Binary | 10101000 | 1101111 | 11101010 | 11100 | 110101 | 0 | 1000 | 100001100 | 1001011 | 1000100 |
Color Harmonies of #A86FEA
Complementary color
Monochromatic Colors of #A86FEA
Black with #A86FEA
Text Example
Text Example
White with #A86FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FEA; }
p { color: rgb(168,111,234); }
H1.HeaderClassName
{
color: #A86FEA;
}
.AnyTagClassName
{
color: #A86FEA;
}
</style>
background-color css
<style>
a { background-color: #A86FEA; }
a { background-color: rgb(168,111,234); }
div.DivClassName
{
background-color: #A86FEA;
}
.BgClassName
{
background-color: #A86FEA;
}
</style>
border-color css
<style>
span { border-color: #A86FEA; }
span { border-color: rgb(168,111,234); }
td.TdClassName
{
border-color: #A86FEA;
}
.TagClassName
{
border-color: #A86FEA;
}
</style>