Shades of Medium Purple #A771F0
Tints of Medium Purple #A771F0
RGB
CMYK
RGB Variations
Color information
#A771F0 (or 0xA771F0) is known color: Medium Purple. HEX triplet: A7, 71 and F0. RGB value is (167,113,240). Sum of RGB (Red+Green+Blue) = 167+113+240=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #A771F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A771F0 is #588E0F. Grayscale: #8F8F8F. Windows color (decimal): -5803536 or 15757735. OLE color: 15757735.
HSL color Cylindrical-coordinate representation of color #A771F0: hue angle of 265.51º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A771F0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 113 | 240 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.06 |
| HSL | 265.51º | 0.81% | 0.69% | - |
| HSV(B) | 265.51º | 0.53% | 0.94% | - |
| XYZ | 37.57 | 26.32 | 85.54 | - |
| YUV | 143.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 240 | 0.30 | 0.53 | 0 | 0.06 | 265.51 | 0.81 | 0.69 |
| Hex | A7 | 71 | F0 | 1E | 35 | 0 | 6 | 10A | 51 | 45 |
| Octal | 247 | 161 | 360 | 36 | 65 | 0 | 6 | 412 | 121 | 105 |
| Binary | 10100111 | 1110001 | 11110000 | 11110 | 110101 | 0 | 110 | 100001010 | 1010001 | 1000101 |
Color Harmonies of #A771F0
Complementary color
Monochromatic Colors of #A771F0
Black with #A771F0
Text Example
Text Example
White with #A771F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771F0; }
p { color: rgb(167,113,240); }
H1.HeaderClassName
{
color: #A771F0;
}
.AnyTagClassName
{
color: #A771F0;
}
</style>
background-color css
<style>
a { background-color: #A771F0; }
a { background-color: rgb(167,113,240); }
div.DivClassName
{
background-color: #A771F0;
}
.BgClassName
{
background-color: #A771F0;
}
</style>
border-color css
<style>
span { border-color: #A771F0; }
span { border-color: rgb(167,113,240); }
td.TdClassName
{
border-color: #A771F0;
}
.TagClassName
{
border-color: #A771F0;
}
</style>