Shades of Medium Purple #A86DF9
Tints of Medium Purple #A86DF9
RGB
CMYK
RGB Variations
Color information
#A86DF9 (or 0xA86DF9) is known color: Medium Purple. HEX triplet: A8, 6D and F9. RGB value is (168,109,249). Sum of RGB (Red+Green+Blue) = 168+109+249=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #A86DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF9 is #579206. Grayscale: #8E8E8E. Windows color (decimal): -5739015 or 16346536. OLE color: 16346536.
HSL color Cylindrical-coordinate representation of color #A86DF9: hue angle of 265.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86DF9 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 109 | 249 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.02 |
| HSL | 265.29º | 0.92% | 0.7% | - |
| HSV(B) | 265.29º | 0.56% | 0.98% | - |
| XYZ | 38.72 | 26.1 | 92.62 | - |
| YUV | 142.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 249 | 0.33 | 0.56 | 0 | 0.02 | 265.29 | 0.92 | 0.7 |
| Hex | A8 | 6D | F9 | 21 | 38 | 0 | 2 | 109 | 5C | 46 |
| Octal | 250 | 155 | 371 | 41 | 70 | 0 | 2 | 411 | 134 | 106 |
| Binary | 10101000 | 1101101 | 11111001 | 100001 | 111000 | 0 | 10 | 100001001 | 1011100 | 1000110 |
Color Harmonies of #A86DF9
Complementary color
Monochromatic Colors of #A86DF9
Black with #A86DF9
Text Example
Text Example
White with #A86DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DF9; }
p { color: rgb(168,109,249); }
H1.HeaderClassName
{
color: #A86DF9;
}
.AnyTagClassName
{
color: #A86DF9;
}
</style>
background-color css
<style>
a { background-color: #A86DF9; }
a { background-color: rgb(168,109,249); }
div.DivClassName
{
background-color: #A86DF9;
}
.BgClassName
{
background-color: #A86DF9;
}
</style>
border-color css
<style>
span { border-color: #A86DF9; }
span { border-color: rgb(168,109,249); }
td.TdClassName
{
border-color: #A86DF9;
}
.TagClassName
{
border-color: #A86DF9;
}
</style>