Shades of Medium Purple #A86AF9
Tints of Medium Purple #A86AF9
RGB
CMYK
RGB Variations
Color information
#A86AF9 (or 0xA86AF9) is known color: Medium Purple. HEX triplet: A8, 6A and F9. RGB value is (168,106,249). Sum of RGB (Red+Green+Blue) = 168+106+249=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #A86AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AF9 is #579506. Grayscale: #8C8C8C. Windows color (decimal): -5739783 or 16345768. OLE color: 16345768.
HSL color Cylindrical-coordinate representation of color #A86AF9: hue angle of 266.01º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86AF9 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 106 | 249 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.02 |
| HSL | 266.01º | 0.92% | 0.7% | - |
| HSV(B) | 266.01º | 0.57% | 0.98% | - |
| XYZ | 38.4 | 25.47 | 92.52 | - |
| YUV | 140.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 249 | 0.33 | 0.57 | 0 | 0.02 | 266.01 | 0.92 | 0.7 |
| Hex | A8 | 6A | F9 | 21 | 39 | 0 | 2 | 10A | 5C | 46 |
| Octal | 250 | 152 | 371 | 41 | 71 | 0 | 2 | 412 | 134 | 106 |
| Binary | 10101000 | 1101010 | 11111001 | 100001 | 111001 | 0 | 10 | 100001010 | 1011100 | 1000110 |
Color Harmonies of #A86AF9
Complementary color
Monochromatic Colors of #A86AF9
Black with #A86AF9
Text Example
Text Example
White with #A86AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AF9; }
p { color: rgb(168,106,249); }
H1.HeaderClassName
{
color: #A86AF9;
}
.AnyTagClassName
{
color: #A86AF9;
}
</style>
background-color css
<style>
a { background-color: #A86AF9; }
a { background-color: rgb(168,106,249); }
div.DivClassName
{
background-color: #A86AF9;
}
.BgClassName
{
background-color: #A86AF9;
}
</style>
border-color css
<style>
span { border-color: #A86AF9; }
span { border-color: rgb(168,106,249); }
td.TdClassName
{
border-color: #A86AF9;
}
.TagClassName
{
border-color: #A86AF9;
}
</style>