Shades of Medium Purple #A77EE4
Tints of Medium Purple #A77EE4
RGB
CMYK
RGB Variations
Color information
#A77EE4 (or 0xA77EE4) is known color: Medium Purple. HEX triplet: A7, 7E and E4. RGB value is (167,126,228). Sum of RGB (Red+Green+Blue) = 167+126+228=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #A77EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77EE4 is #58811B. Grayscale: #959595. Windows color (decimal): -5800220 or 14974631. OLE color: 14974631.
HSL color Cylindrical-coordinate representation of color #A77EE4: hue angle of 264.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77EE4 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 126 | 228 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.11 |
| HSL | 264.12º | 0.65% | 0.69% | - |
| HSV(B) | 264.12º | 0.45% | 0.89% | - |
| XYZ | 37.4 | 28.74 | 76.97 | - |
| YUV | 149.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 228 | 0.27 | 0.45 | 0 | 0.11 | 264.12 | 0.65 | 0.69 |
| Hex | A7 | 7E | E4 | 1B | 2D | 0 | B | 108 | 41 | 45 |
| Octal | 247 | 176 | 344 | 33 | 55 | 0 | 13 | 410 | 101 | 105 |
| Binary | 10100111 | 1111110 | 11100100 | 11011 | 101101 | 0 | 1011 | 100001000 | 1000001 | 1000101 |
Color Harmonies of #A77EE4
Complementary color
Monochromatic Colors of #A77EE4
Black with #A77EE4
Text Example
Text Example
White with #A77EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EE4; }
p { color: rgb(167,126,228); }
H1.HeaderClassName
{
color: #A77EE4;
}
.AnyTagClassName
{
color: #A77EE4;
}
</style>
background-color css
<style>
a { background-color: #A77EE4; }
a { background-color: rgb(167,126,228); }
div.DivClassName
{
background-color: #A77EE4;
}
.BgClassName
{
background-color: #A77EE4;
}
</style>
border-color css
<style>
span { border-color: #A77EE4; }
span { border-color: rgb(167,126,228); }
td.TdClassName
{
border-color: #A77EE4;
}
.TagClassName
{
border-color: #A77EE4;
}
</style>