Shades of Medium Purple #A86FEB
Tints of Medium Purple #A86FEB
RGB
CMYK
RGB Variations
Color information
#A86FEB (or 0xA86FEB) is known color: Medium Purple. HEX triplet: A8, 6F and EB. RGB value is (168,111,235). Sum of RGB (Red+Green+Blue) = 168+111+235=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A86FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEB is #579014. Grayscale: #8D8D8D. Windows color (decimal): -5738517 or 15429544. OLE color: 15429544.
HSL color Cylindrical-coordinate representation of color #A86FEB: hue angle of 267.58º degrees, saturation: 0.76, 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 #A86FEB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 111 | 235 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.08 |
| HSL | 267.58º | 0.76% | 0.68% | - |
| HSV(B) | 267.58º | 0.53% | 0.92% | - |
| XYZ | 36.83 | 25.69 | 81.62 | - |
| YUV | 142.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 235 | 0.29 | 0.53 | 0 | 0.08 | 267.58 | 0.76 | 0.68 |
| Hex | A8 | 6F | EB | 1D | 35 | 0 | 8 | 10C | 4C | 44 |
| Octal | 250 | 157 | 353 | 35 | 65 | 0 | 10 | 414 | 114 | 104 |
| Binary | 10101000 | 1101111 | 11101011 | 11101 | 110101 | 0 | 1000 | 100001100 | 1001100 | 1000100 |
Color Harmonies of #A86FEB
Complementary color
Monochromatic Colors of #A86FEB
Black with #A86FEB
Text Example
Text Example
White with #A86FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FEB; }
p { color: rgb(168,111,235); }
H1.HeaderClassName
{
color: #A86FEB;
}
.AnyTagClassName
{
color: #A86FEB;
}
</style>
background-color css
<style>
a { background-color: #A86FEB; }
a { background-color: rgb(168,111,235); }
div.DivClassName
{
background-color: #A86FEB;
}
.BgClassName
{
background-color: #A86FEB;
}
</style>
border-color css
<style>
span { border-color: #A86FEB; }
span { border-color: rgb(168,111,235); }
td.TdClassName
{
border-color: #A86FEB;
}
.TagClassName
{
border-color: #A86FEB;
}
</style>