Shades of Medium Purple #A77FF1
Tints of Medium Purple #A77FF1
RGB
CMYK
RGB Variations
Color information
#A77FF1 (or 0xA77FF1) is known color: Medium Purple. HEX triplet: A7, 7F and F1. RGB value is (167,127,241). Sum of RGB (Red+Green+Blue) = 167+127+241=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #A77FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FF1 is #58800E. Grayscale: #979797. Windows color (decimal): -5799951 or 15826855. OLE color: 15826855.
HSL color Cylindrical-coordinate representation of color #A77FF1: hue angle of 261.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77FF1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 127 | 241 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.05 |
| HSL | 261.05º | 0.8% | 0.72% | - |
| HSV(B) | 261.05º | 0.47% | 0.95% | - |
| XYZ | 39.4 | 29.75 | 86.88 | - |
| YUV | 151.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 241 | 0.31 | 0.47 | 0 | 0.05 | 261.05 | 0.8 | 0.72 |
| Hex | A7 | 7F | F1 | 1F | 2F | 0 | 5 | 105 | 50 | 48 |
| Octal | 247 | 177 | 361 | 37 | 57 | 0 | 5 | 405 | 120 | 110 |
| Binary | 10100111 | 1111111 | 11110001 | 11111 | 101111 | 0 | 101 | 100000101 | 1010000 | 1001000 |
Color Harmonies of #A77FF1
Complementary color
Monochromatic Colors of #A77FF1
Black with #A77FF1
Text Example
Text Example
White with #A77FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FF1; }
p { color: rgb(167,127,241); }
H1.HeaderClassName
{
color: #A77FF1;
}
.AnyTagClassName
{
color: #A77FF1;
}
</style>
background-color css
<style>
a { background-color: #A77FF1; }
a { background-color: rgb(167,127,241); }
div.DivClassName
{
background-color: #A77FF1;
}
.BgClassName
{
background-color: #A77FF1;
}
</style>
border-color css
<style>
span { border-color: #A77FF1; }
span { border-color: rgb(167,127,241); }
td.TdClassName
{
border-color: #A77FF1;
}
.TagClassName
{
border-color: #A77FF1;
}
</style>