Shades of Medium Purple #A986FA
Tints of Medium Purple #A986FA
RGB
CMYK
RGB Variations
Color information
#A986FA (or 0xA986FA) is known color: Medium Purple. HEX triplet: A9, 86 and FA. RGB value is (169,134,250). Sum of RGB (Red+Green+Blue) = 169+134+250=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A986FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986FA is #567905. Grayscale: #9D9D9D. Windows color (decimal): -5667078 or 16418473. OLE color: 16418473.
HSL color Cylindrical-coordinate representation of color #A986FA: hue angle of 258.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A986FA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 134 | 250 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.02 |
| HSL | 258.1º | 0.92% | 0.75% | - |
| HSV(B) | 258.1º | 0.46% | 0.98% | - |
| XYZ | 42.14 | 32.39 | 94.47 | - |
| YUV | 157.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 250 | 0.32 | 0.46 | 0 | 0.02 | 258.1 | 0.92 | 0.75 |
| Hex | A9 | 86 | FA | 20 | 2E | 0 | 2 | 102 | 5C | 4B |
| Octal | 251 | 206 | 372 | 40 | 56 | 0 | 2 | 402 | 134 | 113 |
| Binary | 10101001 | 10000110 | 11111010 | 100000 | 101110 | 0 | 10 | 100000010 | 1011100 | 1001011 |
Color Harmonies of #A986FA
Complementary color
Monochromatic Colors of #A986FA
Black with #A986FA
Text Example
Text Example
White with #A986FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986FA; }
p { color: rgb(169,134,250); }
H1.HeaderClassName
{
color: #A986FA;
}
.AnyTagClassName
{
color: #A986FA;
}
</style>
background-color css
<style>
a { background-color: #A986FA; }
a { background-color: rgb(169,134,250); }
div.DivClassName
{
background-color: #A986FA;
}
.BgClassName
{
background-color: #A986FA;
}
</style>
border-color css
<style>
span { border-color: #A986FA; }
span { border-color: rgb(169,134,250); }
td.TdClassName
{
border-color: #A986FA;
}
.TagClassName
{
border-color: #A986FA;
}
</style>