Shades of Medium Purple #A77CF6
Tints of Medium Purple #A77CF6
RGB
CMYK
RGB Variations
Color information
#A77CF6 (or 0xA77CF6) is known color: Medium Purple. HEX triplet: A7, 7C and F6. RGB value is (167,124,246). Sum of RGB (Red+Green+Blue) = 167+124+246=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #A77CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CF6 is #588309. Grayscale: #969696. Windows color (decimal): -5800714 or 16153767. OLE color: 16153767.
HSL color Cylindrical-coordinate representation of color #A77CF6: hue angle of 261.15º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77CF6 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 124 | 246 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.04 |
| HSL | 261.15º | 0.87% | 0.73% | - |
| HSV(B) | 261.15º | 0.5% | 0.96% | - |
| XYZ | 39.78 | 29.28 | 90.74 | - |
| YUV | 150.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 246 | 0.32 | 0.50 | 0 | 0.04 | 261.15 | 0.87 | 0.73 |
| Hex | A7 | 7C | F6 | 20 | 32 | 0 | 4 | 105 | 57 | 49 |
| Octal | 247 | 174 | 366 | 40 | 62 | 0 | 4 | 405 | 127 | 111 |
| Binary | 10100111 | 1111100 | 11110110 | 100000 | 110010 | 0 | 100 | 100000101 | 1010111 | 1001001 |
Color Harmonies of #A77CF6
Complementary color
Monochromatic Colors of #A77CF6
Black with #A77CF6
Text Example
Text Example
White with #A77CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CF6; }
p { color: rgb(167,124,246); }
H1.HeaderClassName
{
color: #A77CF6;
}
.AnyTagClassName
{
color: #A77CF6;
}
</style>
background-color css
<style>
a { background-color: #A77CF6; }
a { background-color: rgb(167,124,246); }
div.DivClassName
{
background-color: #A77CF6;
}
.BgClassName
{
background-color: #A77CF6;
}
</style>
border-color css
<style>
span { border-color: #A77CF6; }
span { border-color: rgb(167,124,246); }
td.TdClassName
{
border-color: #A77CF6;
}
.TagClassName
{
border-color: #A77CF6;
}
</style>