Shades of Medium Purple #A77FEE
Tints of Medium Purple #A77FEE
RGB
CMYK
RGB Variations
Color information
#A77FEE (or 0xA77FEE) is known color: Medium Purple. HEX triplet: A7, 7F and EE. RGB value is (167,127,238). Sum of RGB (Red+Green+Blue) = 167+127+238=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A77FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FEE is #588011. Grayscale: #979797. Windows color (decimal): -5799954 or 15630247. OLE color: 15630247.
HSL color Cylindrical-coordinate representation of color #A77FEE: hue angle of 261.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77FEE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 127 | 238 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 261.62º | 0.77% | 0.72% | - |
| HSV(B) | 261.62º | 0.47% | 0.93% | - |
| XYZ | 38.96 | 29.57 | 84.54 | - |
| YUV | 151.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 238 | 0.30 | 0.47 | 0 | 0.07 | 261.62 | 0.77 | 0.72 |
| Hex | A7 | 7F | EE | 1E | 2F | 0 | 7 | 106 | 4D | 48 |
| Octal | 247 | 177 | 356 | 36 | 57 | 0 | 7 | 406 | 115 | 110 |
| Binary | 10100111 | 1111111 | 11101110 | 11110 | 101111 | 0 | 111 | 100000110 | 1001101 | 1001000 |
Color Harmonies of #A77FEE
Complementary color
Monochromatic Colors of #A77FEE
Black with #A77FEE
Text Example
Text Example
White with #A77FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FEE; }
p { color: rgb(167,127,238); }
H1.HeaderClassName
{
color: #A77FEE;
}
.AnyTagClassName
{
color: #A77FEE;
}
</style>
background-color css
<style>
a { background-color: #A77FEE; }
a { background-color: rgb(167,127,238); }
div.DivClassName
{
background-color: #A77FEE;
}
.BgClassName
{
background-color: #A77FEE;
}
</style>
border-color css
<style>
span { border-color: #A77FEE; }
span { border-color: rgb(167,127,238); }
td.TdClassName
{
border-color: #A77FEE;
}
.TagClassName
{
border-color: #A77FEE;
}
</style>