Shades of Medium Purple #A77ED5
Tints of Medium Purple #A77ED5
RGB
CMYK
RGB Variations
Color information
#A77ED5 (or 0xA77ED5) is known color: Medium Purple. HEX triplet: A7, 7E and D5. RGB value is (167,126,213). Sum of RGB (Red+Green+Blue) = 167+126+213=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A77ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ED5 is #58812A. Grayscale: #939393. Windows color (decimal): -5800235 or 13991591. OLE color: 13991591.
HSL color Cylindrical-coordinate representation of color #A77ED5: hue angle of 268.28º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77ED5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 126 | 213 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.16 |
| HSL | 268.28º | 0.51% | 0.66% | - |
| HSV(B) | 268.28º | 0.41% | 0.84% | - |
| XYZ | 35.41 | 27.94 | 66.48 | - |
| YUV | 148.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 213 | 0.22 | 0.41 | 0 | 0.16 | 268.28 | 0.51 | 0.66 |
| Hex | A7 | 7E | D5 | 16 | 29 | 0 | 10 | 10C | 33 | 42 |
| Octal | 247 | 176 | 325 | 26 | 51 | 0 | 20 | 414 | 63 | 102 |
| Binary | 10100111 | 1111110 | 11010101 | 10110 | 101001 | 0 | 10000 | 100001100 | 110011 | 1000010 |
Color Harmonies of #A77ED5
Complementary color
Monochromatic Colors of #A77ED5
Black with #A77ED5
Text Example
Text Example
White with #A77ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ED5; }
p { color: rgb(167,126,213); }
H1.HeaderClassName
{
color: #A77ED5;
}
.AnyTagClassName
{
color: #A77ED5;
}
</style>
background-color css
<style>
a { background-color: #A77ED5; }
a { background-color: rgb(167,126,213); }
div.DivClassName
{
background-color: #A77ED5;
}
.BgClassName
{
background-color: #A77ED5;
}
</style>
border-color css
<style>
span { border-color: #A77ED5; }
span { border-color: rgb(167,126,213); }
td.TdClassName
{
border-color: #A77ED5;
}
.TagClassName
{
border-color: #A77ED5;
}
</style>