Shades of Medium Purple #A86AF7
Tints of Medium Purple #A86AF7
RGB
CMYK
RGB Variations
Color information
#A86AF7 (or 0xA86AF7) is known color: Medium Purple. HEX triplet: A8, 6A and F7. RGB value is (168,106,247). Sum of RGB (Red+Green+Blue) = 168+106+247=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #A86AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AF7 is #579508. Grayscale: #8C8C8C. Windows color (decimal): -5739785 or 16214696. OLE color: 16214696.
HSL color Cylindrical-coordinate representation of color #A86AF7: hue angle of 266.38º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86AF7 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 106 | 247 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.03 |
| HSL | 266.38º | 0.9% | 0.69% | - |
| HSV(B) | 266.38º | 0.57% | 0.97% | - |
| XYZ | 38.09 | 25.35 | 90.88 | - |
| YUV | 140.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 247 | 0.32 | 0.57 | 0 | 0.03 | 266.38 | 0.9 | 0.69 |
| Hex | A8 | 6A | F7 | 20 | 39 | 0 | 3 | 10A | 5A | 45 |
| Octal | 250 | 152 | 367 | 40 | 71 | 0 | 3 | 412 | 132 | 105 |
| Binary | 10101000 | 1101010 | 11110111 | 100000 | 111001 | 0 | 11 | 100001010 | 1011010 | 1000101 |
Color Harmonies of #A86AF7
Complementary color
Monochromatic Colors of #A86AF7
Black with #A86AF7
Text Example
Text Example
White with #A86AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AF7; }
p { color: rgb(168,106,247); }
H1.HeaderClassName
{
color: #A86AF7;
}
.AnyTagClassName
{
color: #A86AF7;
}
</style>
background-color css
<style>
a { background-color: #A86AF7; }
a { background-color: rgb(168,106,247); }
div.DivClassName
{
background-color: #A86AF7;
}
.BgClassName
{
background-color: #A86AF7;
}
</style>
border-color css
<style>
span { border-color: #A86AF7; }
span { border-color: rgb(168,106,247); }
td.TdClassName
{
border-color: #A86AF7;
}
.TagClassName
{
border-color: #A86AF7;
}
</style>