Shades of Medium Purple #A86EEB
Tints of Medium Purple #A86EEB
RGB
CMYK
RGB Variations
Color information
#A86EEB (or 0xA86EEB) is known color: Medium Purple. HEX triplet: A8, 6E and EB. RGB value is (168,110,235). Sum of RGB (Red+Green+Blue) = 168+110+235=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A86EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EEB is #579114. Grayscale: #8D8D8D. Windows color (decimal): -5738773 or 15429288. OLE color: 15429288.
HSL color Cylindrical-coordinate representation of color #A86EEB: hue angle of 267.84º 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 #A86EEB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 110 | 235 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.08 |
| HSL | 267.84º | 0.76% | 0.68% | - |
| HSV(B) | 267.84º | 0.53% | 0.92% | - |
| XYZ | 36.72 | 25.47 | 81.58 | - |
| YUV | 141.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 235 | 0.29 | 0.53 | 0 | 0.08 | 267.84 | 0.76 | 0.68 |
| Hex | A8 | 6E | EB | 1D | 35 | 0 | 8 | 10C | 4C | 44 |
| Octal | 250 | 156 | 353 | 35 | 65 | 0 | 10 | 414 | 114 | 104 |
| Binary | 10101000 | 1101110 | 11101011 | 11101 | 110101 | 0 | 1000 | 100001100 | 1001100 | 1000100 |
Color Harmonies of #A86EEB
Complementary color
Monochromatic Colors of #A86EEB
Black with #A86EEB
Text Example
Text Example
White with #A86EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EEB; }
p { color: rgb(168,110,235); }
H1.HeaderClassName
{
color: #A86EEB;
}
.AnyTagClassName
{
color: #A86EEB;
}
</style>
background-color css
<style>
a { background-color: #A86EEB; }
a { background-color: rgb(168,110,235); }
div.DivClassName
{
background-color: #A86EEB;
}
.BgClassName
{
background-color: #A86EEB;
}
</style>
border-color css
<style>
span { border-color: #A86EEB; }
span { border-color: rgb(168,110,235); }
td.TdClassName
{
border-color: #A86EEB;
}
.TagClassName
{
border-color: #A86EEB;
}
</style>