Shades of Medium Purple #A86DF1
Tints of Medium Purple #A86DF1
RGB
CMYK
RGB Variations
Color information
#A86DF1 (or 0xA86DF1) is known color: Medium Purple. HEX triplet: A8, 6D and F1. RGB value is (168,109,241). Sum of RGB (Red+Green+Blue) = 168+109+241=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #A86DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF1 is #57920E. Grayscale: #8D8D8D. Windows color (decimal): -5739023 or 15822248. OLE color: 15822248.
HSL color Cylindrical-coordinate representation of color #A86DF1: hue angle of 266.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86DF1 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 109 | 241 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.05 |
| HSL | 266.82º | 0.83% | 0.69% | - |
| HSV(B) | 266.82º | 0.55% | 0.95% | - |
| XYZ | 37.49 | 25.61 | 86.19 | - |
| YUV | 141.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 241 | 0.30 | 0.55 | 0 | 0.05 | 266.82 | 0.83 | 0.69 |
| Hex | A8 | 6D | F1 | 1E | 37 | 0 | 5 | 10B | 52 | 45 |
| Octal | 250 | 155 | 361 | 36 | 67 | 0 | 5 | 413 | 122 | 105 |
| Binary | 10101000 | 1101101 | 11110001 | 11110 | 110111 | 0 | 101 | 100001011 | 1010010 | 1000101 |
Color Harmonies of #A86DF1
Complementary color
Monochromatic Colors of #A86DF1
Black with #A86DF1
Text Example
Text Example
White with #A86DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DF1; }
p { color: rgb(168,109,241); }
H1.HeaderClassName
{
color: #A86DF1;
}
.AnyTagClassName
{
color: #A86DF1;
}
</style>
background-color css
<style>
a { background-color: #A86DF1; }
a { background-color: rgb(168,109,241); }
div.DivClassName
{
background-color: #A86DF1;
}
.BgClassName
{
background-color: #A86DF1;
}
</style>
border-color css
<style>
span { border-color: #A86DF1; }
span { border-color: rgb(168,109,241); }
td.TdClassName
{
border-color: #A86DF1;
}
.TagClassName
{
border-color: #A86DF1;
}
</style>