Shades of Medium Purple #A86EFF
Tints of Medium Purple #A86EFF
RGB
CMYK
RGB Variations
Color information
#A86EFF (or 0xA86EFF) is known color: Medium Purple. HEX triplet: A8, 6E and FF. RGB value is (168,110,255). Sum of RGB (Red+Green+Blue) = 168+110+255=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A86EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EFF is #579100. Grayscale: #8F8F8F. Windows color (decimal): -5738753 or 16740008. OLE color: 16740008.
HSL color Cylindrical-coordinate representation of color #A86EFF: hue angle of 264º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86EFF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 110 | 255 | - |
| CMYK | 0.34 | 0.57 | 0 | 0 |
| HSL | 264º | 1% | 0.72% | - |
| HSV(B) | 264º | 0.57% | 1% | - |
| XYZ | 39.77 | 26.7 | 97.66 | - |
| YUV | 143.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 255 | 0.34 | 0.57 | 0 | 0 | 264 | 1 | 0.72 |
| Hex | A8 | 6E | FF | 22 | 39 | 0 | 0 | 108 | 64 | 48 |
| Octal | 250 | 156 | 377 | 42 | 71 | 0 | 0 | 410 | 144 | 110 |
| Binary | 10101000 | 1101110 | 11111111 | 100010 | 111001 | 0 | 0 | 100001000 | 1100100 | 1001000 |
Color Harmonies of #A86EFF
Complementary color
Monochromatic Colors of #A86EFF
Black with #A86EFF
Text Example
Text Example
White with #A86EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EFF; }
p { color: rgb(168,110,255); }
H1.HeaderClassName
{
color: #A86EFF;
}
.AnyTagClassName
{
color: #A86EFF;
}
</style>
background-color css
<style>
a { background-color: #A86EFF; }
a { background-color: rgb(168,110,255); }
div.DivClassName
{
background-color: #A86EFF;
}
.BgClassName
{
background-color: #A86EFF;
}
</style>
border-color css
<style>
span { border-color: #A86EFF; }
span { border-color: rgb(168,110,255); }
td.TdClassName
{
border-color: #A86EFF;
}
.TagClassName
{
border-color: #A86EFF;
}
</style>