Shades of Medium Purple #A86DF0
Tints of Medium Purple #A86DF0
RGB
CMYK
RGB Variations
Color information
#A86DF0 (or 0xA86DF0) is known color: Medium Purple. HEX triplet: A8, 6D and F0. RGB value is (168,109,240). Sum of RGB (Red+Green+Blue) = 168+109+240=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #A86DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF0 is #57920F. Grayscale: #8D8D8D. Windows color (decimal): -5739024 or 15756712. OLE color: 15756712.
HSL color Cylindrical-coordinate representation of color #A86DF0: hue angle of 267.02º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86DF0 is Cyan = 0.3, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 109 | 240 | - |
| CMYK | 0.3 | 0.55 | 0 | 0.06 |
| HSL | 267.02º | 0.81% | 0.68% | - |
| HSV(B) | 267.02º | 0.55% | 0.94% | - |
| XYZ | 37.35 | 25.55 | 85.4 | - |
| YUV | 141.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 240 | 0.3 | 0.55 | 0 | 0.06 | 267.02 | 0.81 | 0.68 |
| Hex | A8 | 6D | F0 | 1E | 37 | 0 | 6 | 10B | 51 | 44 |
| Octal | 250 | 155 | 360 | 36 | 67 | 0 | 6 | 413 | 121 | 104 |
| Binary | 10101000 | 1101101 | 11110000 | 11110 | 110111 | 0 | 110 | 100001011 | 1010001 | 1000100 |
Color Harmonies of #A86DF0
Complementary color
Monochromatic Colors of #A86DF0
Black with #A86DF0
Text Example
Text Example
White with #A86DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DF0; }
p { color: rgb(168,109,240); }
H1.HeaderClassName
{
color: #A86DF0;
}
.AnyTagClassName
{
color: #A86DF0;
}
</style>
background-color css
<style>
a { background-color: #A86DF0; }
a { background-color: rgb(168,109,240); }
div.DivClassName
{
background-color: #A86DF0;
}
.BgClassName
{
background-color: #A86DF0;
}
</style>
border-color css
<style>
span { border-color: #A86DF0; }
span { border-color: rgb(168,109,240); }
td.TdClassName
{
border-color: #A86DF0;
}
.TagClassName
{
border-color: #A86DF0;
}
</style>