Shades of Medium Purple #A786FA
Tints of Medium Purple #A786FA
RGB
CMYK
RGB Variations
Color information
#A786FA (or 0xA786FA) is known color: Medium Purple. HEX triplet: A7, 86 and FA. RGB value is (167,134,250). Sum of RGB (Red+Green+Blue) = 167+134+250=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #A786FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786FA is #587905. Grayscale: #9C9C9C. Windows color (decimal): -5798150 or 16418471. OLE color: 16418471.
HSL color Cylindrical-coordinate representation of color #A786FA: hue angle of 257.07º 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 #A786FA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 134 | 250 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.02 |
| HSL | 257.07º | 0.92% | 0.75% | - |
| HSV(B) | 257.07º | 0.46% | 0.98% | - |
| XYZ | 41.72 | 32.17 | 94.45 | - |
| YUV | 157.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 250 | 0.33 | 0.46 | 0 | 0.02 | 257.07 | 0.92 | 0.75 |
| Hex | A7 | 86 | FA | 21 | 2E | 0 | 2 | 101 | 5C | 4B |
| Octal | 247 | 206 | 372 | 41 | 56 | 0 | 2 | 401 | 134 | 113 |
| Binary | 10100111 | 10000110 | 11111010 | 100001 | 101110 | 0 | 10 | 100000001 | 1011100 | 1001011 |
Color Harmonies of #A786FA
Complementary color
Monochromatic Colors of #A786FA
Black with #A786FA
Text Example
Text Example
White with #A786FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786FA; }
p { color: rgb(167,134,250); }
H1.HeaderClassName
{
color: #A786FA;
}
.AnyTagClassName
{
color: #A786FA;
}
</style>
background-color css
<style>
a { background-color: #A786FA; }
a { background-color: rgb(167,134,250); }
div.DivClassName
{
background-color: #A786FA;
}
.BgClassName
{
background-color: #A786FA;
}
</style>
border-color css
<style>
span { border-color: #A786FA; }
span { border-color: rgb(167,134,250); }
td.TdClassName
{
border-color: #A786FA;
}
.TagClassName
{
border-color: #A786FA;
}
</style>