Shades of Medium Purple #A77FED
Tints of Medium Purple #A77FED
RGB
CMYK
RGB Variations
Color information
#A77FED (or 0xA77FED) is known color: Medium Purple. HEX triplet: A7, 7F and ED. RGB value is (167,127,237). Sum of RGB (Red+Green+Blue) = 167+127+237=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A77FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FED is #588012. Grayscale: #979797. Windows color (decimal): -5799955 or 15564711. OLE color: 15564711.
HSL color Cylindrical-coordinate representation of color #A77FED: hue angle of 261.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77FED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 127 | 237 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.07 |
| HSL | 261.82º | 0.75% | 0.71% | - |
| HSV(B) | 261.82º | 0.46% | 0.93% | - |
| XYZ | 38.81 | 29.51 | 83.77 | - |
| YUV | 151.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 237 | 0.30 | 0.46 | 0 | 0.07 | 261.82 | 0.75 | 0.71 |
| Hex | A7 | 7F | ED | 1E | 2E | 0 | 7 | 106 | 4B | 47 |
| Octal | 247 | 177 | 355 | 36 | 56 | 0 | 7 | 406 | 113 | 107 |
| Binary | 10100111 | 1111111 | 11101101 | 11110 | 101110 | 0 | 111 | 100000110 | 1001011 | 1000111 |
Color Harmonies of #A77FED
Complementary color
Monochromatic Colors of #A77FED
Black with #A77FED
Text Example
Text Example
White with #A77FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FED; }
p { color: rgb(167,127,237); }
H1.HeaderClassName
{
color: #A77FED;
}
.AnyTagClassName
{
color: #A77FED;
}
</style>
background-color css
<style>
a { background-color: #A77FED; }
a { background-color: rgb(167,127,237); }
div.DivClassName
{
background-color: #A77FED;
}
.BgClassName
{
background-color: #A77FED;
}
</style>
border-color css
<style>
span { border-color: #A77FED; }
span { border-color: rgb(167,127,237); }
td.TdClassName
{
border-color: #A77FED;
}
.TagClassName
{
border-color: #A77FED;
}
</style>