Shades of Medium Purple #A77EEC
Tints of Medium Purple #A77EEC
RGB
CMYK
RGB Variations
Color information
#A77EEC (or 0xA77EEC) is known color: Medium Purple. HEX triplet: A7, 7E and EC. RGB value is (167,126,236). Sum of RGB (Red+Green+Blue) = 167+126+236=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A77EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EEC is #588113. Grayscale: #969696. Windows color (decimal): -5800212 or 15498919. OLE color: 15498919.
HSL color Cylindrical-coordinate representation of color #A77EEC: hue angle of 262.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77EEC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 126 | 236 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 262.36º | 0.74% | 0.71% | - |
| HSV(B) | 262.36º | 0.47% | 0.93% | - |
| XYZ | 38.54 | 29.19 | 82.96 | - |
| YUV | 150.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 236 | 0.29 | 0.47 | 0 | 0.07 | 262.36 | 0.74 | 0.71 |
| Hex | A7 | 7E | EC | 1D | 2F | 0 | 7 | 106 | 4A | 47 |
| Octal | 247 | 176 | 354 | 35 | 57 | 0 | 7 | 406 | 112 | 107 |
| Binary | 10100111 | 1111110 | 11101100 | 11101 | 101111 | 0 | 111 | 100000110 | 1001010 | 1000111 |
Color Harmonies of #A77EEC
Complementary color
Monochromatic Colors of #A77EEC
Black with #A77EEC
Text Example
Text Example
White with #A77EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EEC; }
p { color: rgb(167,126,236); }
H1.HeaderClassName
{
color: #A77EEC;
}
.AnyTagClassName
{
color: #A77EEC;
}
</style>
background-color css
<style>
a { background-color: #A77EEC; }
a { background-color: rgb(167,126,236); }
div.DivClassName
{
background-color: #A77EEC;
}
.BgClassName
{
background-color: #A77EEC;
}
</style>
border-color css
<style>
span { border-color: #A77EEC; }
span { border-color: rgb(167,126,236); }
td.TdClassName
{
border-color: #A77EEC;
}
.TagClassName
{
border-color: #A77EEC;
}
</style>