Shades of Medium Purple #A77FF7
Tints of Medium Purple #A77FF7
RGB
CMYK
RGB Variations
Color information
#A77FF7 (or 0xA77FF7) is known color: Medium Purple. HEX triplet: A7, 7F and F7. RGB value is (167,127,247). Sum of RGB (Red+Green+Blue) = 167+127+247=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #A77FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FF7 is #588008. Grayscale: #989898. Windows color (decimal): -5799945 or 16220071. OLE color: 16220071.
HSL color Cylindrical-coordinate representation of color #A77FF7: hue angle of 260º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77FF7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 127 | 247 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.03 |
| HSL | 260º | 0.88% | 0.73% | - |
| HSV(B) | 260º | 0.49% | 0.97% | - |
| XYZ | 40.31 | 30.11 | 91.68 | - |
| YUV | 152.64 | 181.25 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 247 | 0.32 | 0.49 | 0 | 0.03 | 260 | 0.88 | 0.73 |
| Hex | A7 | 7F | F7 | 20 | 31 | 0 | 3 | 104 | 58 | 49 |
| Octal | 247 | 177 | 367 | 40 | 61 | 0 | 3 | 404 | 130 | 111 |
| Binary | 10100111 | 1111111 | 11110111 | 100000 | 110001 | 0 | 11 | 100000100 | 1011000 | 1001001 |
Color Harmonies of #A77FF7
Complementary color
Monochromatic Colors of #A77FF7
Black with #A77FF7
Text Example
Text Example
White with #A77FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FF7; }
p { color: rgb(167,127,247); }
H1.HeaderClassName
{
color: #A77FF7;
}
.AnyTagClassName
{
color: #A77FF7;
}
</style>
background-color css
<style>
a { background-color: #A77FF7; }
a { background-color: rgb(167,127,247); }
div.DivClassName
{
background-color: #A77FF7;
}
.BgClassName
{
background-color: #A77FF7;
}
</style>
border-color css
<style>
span { border-color: #A77FF7; }
span { border-color: rgb(167,127,247); }
td.TdClassName
{
border-color: #A77FF7;
}
.TagClassName
{
border-color: #A77FF7;
}
</style>