Shades of Medium Purple #A77EDE
Tints of Medium Purple #A77EDE
RGB
CMYK
RGB Variations
Color information
#A77EDE (or 0xA77EDE) is known color: Medium Purple. HEX triplet: A7, 7E and DE. RGB value is (167,126,222). Sum of RGB (Red+Green+Blue) = 167+126+222=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A77EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77EDE is #588121. Grayscale: #949494. Windows color (decimal): -5800226 or 14581415. OLE color: 14581415.
HSL color Cylindrical-coordinate representation of color #A77EDE: hue angle of 265.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A77EDE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 126 | 222 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.13 |
| HSL | 265.63º | 0.59% | 0.68% | - |
| HSV(B) | 265.63º | 0.43% | 0.87% | - |
| XYZ | 36.58 | 28.41 | 72.66 | - |
| YUV | 149.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 222 | 0.25 | 0.43 | 0 | 0.13 | 265.63 | 0.59 | 0.68 |
| Hex | A7 | 7E | DE | 19 | 2B | 0 | D | 10A | 3B | 44 |
| Octal | 247 | 176 | 336 | 31 | 53 | 0 | 15 | 412 | 73 | 104 |
| Binary | 10100111 | 1111110 | 11011110 | 11001 | 101011 | 0 | 1101 | 100001010 | 111011 | 1000100 |
Color Harmonies of #A77EDE
Complementary color
Monochromatic Colors of #A77EDE
Black with #A77EDE
Text Example
Text Example
White with #A77EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EDE; }
p { color: rgb(167,126,222); }
H1.HeaderClassName
{
color: #A77EDE;
}
.AnyTagClassName
{
color: #A77EDE;
}
</style>
background-color css
<style>
a { background-color: #A77EDE; }
a { background-color: rgb(167,126,222); }
div.DivClassName
{
background-color: #A77EDE;
}
.BgClassName
{
background-color: #A77EDE;
}
</style>
border-color css
<style>
span { border-color: #A77EDE; }
span { border-color: rgb(167,126,222); }
td.TdClassName
{
border-color: #A77EDE;
}
.TagClassName
{
border-color: #A77EDE;
}
</style>