Shades of Medium Purple #A77EEA
Tints of Medium Purple #A77EEA
RGB
CMYK
RGB Variations
Color information
#A77EEA (or 0xA77EEA) is known color: Medium Purple. HEX triplet: A7, 7E and EA. RGB value is (167,126,234). Sum of RGB (Red+Green+Blue) = 167+126+234=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #A77EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EEA is #588115. Grayscale: #969696. Windows color (decimal): -5800214 or 15367847. OLE color: 15367847.
HSL color Cylindrical-coordinate representation of color #A77EEA: hue angle of 262.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77EEA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 126 | 234 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.08 |
| HSL | 262.78º | 0.72% | 0.71% | - |
| HSV(B) | 262.78º | 0.46% | 0.92% | - |
| XYZ | 38.25 | 29.08 | 81.44 | - |
| YUV | 150.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 234 | 0.29 | 0.46 | 0 | 0.08 | 262.78 | 0.72 | 0.71 |
| Hex | A7 | 7E | EA | 1D | 2E | 0 | 8 | 107 | 48 | 47 |
| Octal | 247 | 176 | 352 | 35 | 56 | 0 | 10 | 407 | 110 | 107 |
| Binary | 10100111 | 1111110 | 11101010 | 11101 | 101110 | 0 | 1000 | 100000111 | 1001000 | 1000111 |
Color Harmonies of #A77EEA
Complementary color
Monochromatic Colors of #A77EEA
Black with #A77EEA
Text Example
Text Example
White with #A77EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EEA; }
p { color: rgb(167,126,234); }
H1.HeaderClassName
{
color: #A77EEA;
}
.AnyTagClassName
{
color: #A77EEA;
}
</style>
background-color css
<style>
a { background-color: #A77EEA; }
a { background-color: rgb(167,126,234); }
div.DivClassName
{
background-color: #A77EEA;
}
.BgClassName
{
background-color: #A77EEA;
}
</style>
border-color css
<style>
span { border-color: #A77EEA; }
span { border-color: rgb(167,126,234); }
td.TdClassName
{
border-color: #A77EEA;
}
.TagClassName
{
border-color: #A77EEA;
}
</style>