Shades of Medium Purple #A77CF1
Tints of Medium Purple #A77CF1
RGB
CMYK
RGB Variations
Color information
#A77CF1 (or 0xA77CF1) is known color: Medium Purple. HEX triplet: A7, 7C and F1. RGB value is (167,124,241). Sum of RGB (Red+Green+Blue) = 167+124+241=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #A77CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CF1 is #58830E. Grayscale: #959595. Windows color (decimal): -5800719 or 15826087. OLE color: 15826087.
HSL color Cylindrical-coordinate representation of color #A77CF1: hue angle of 262.05º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77CF1 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 124 | 241 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.05 |
| HSL | 262.05º | 0.81% | 0.72% | - |
| HSV(B) | 262.05º | 0.49% | 0.95% | - |
| XYZ | 39.02 | 28.98 | 86.76 | - |
| YUV | 150.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 241 | 0.31 | 0.49 | 0 | 0.05 | 262.05 | 0.81 | 0.72 |
| Hex | A7 | 7C | F1 | 1F | 31 | 0 | 5 | 106 | 51 | 48 |
| Octal | 247 | 174 | 361 | 37 | 61 | 0 | 5 | 406 | 121 | 110 |
| Binary | 10100111 | 1111100 | 11110001 | 11111 | 110001 | 0 | 101 | 100000110 | 1010001 | 1001000 |
Color Harmonies of #A77CF1
Complementary color
Monochromatic Colors of #A77CF1
Black with #A77CF1
Text Example
Text Example
White with #A77CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CF1; }
p { color: rgb(167,124,241); }
H1.HeaderClassName
{
color: #A77CF1;
}
.AnyTagClassName
{
color: #A77CF1;
}
</style>
background-color css
<style>
a { background-color: #A77CF1; }
a { background-color: rgb(167,124,241); }
div.DivClassName
{
background-color: #A77CF1;
}
.BgClassName
{
background-color: #A77CF1;
}
</style>
border-color css
<style>
span { border-color: #A77CF1; }
span { border-color: rgb(167,124,241); }
td.TdClassName
{
border-color: #A77CF1;
}
.TagClassName
{
border-color: #A77CF1;
}
</style>