Shades of Medium Purple #A77CE2
Tints of Medium Purple #A77CE2
RGB
CMYK
RGB Variations
Color information
#A77CE2 (or 0xA77CE2) is known color: Medium Purple. HEX triplet: A7, 7C and E2. RGB value is (167,124,226). Sum of RGB (Red+Green+Blue) = 167+124+226=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #A77CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CE2 is #58831D. Grayscale: #949494. Windows color (decimal): -5800734 or 14843047. OLE color: 14843047.
HSL color Cylindrical-coordinate representation of color #A77CE2: hue angle of 265.29º degrees, saturation: 0.64, 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 #A77CE2 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 124 | 226 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.11 |
| HSL | 265.29º | 0.64% | 0.69% | - |
| HSV(B) | 265.29º | 0.45% | 0.89% | - |
| XYZ | 36.87 | 28.12 | 75.44 | - |
| YUV | 148.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 226 | 0.26 | 0.45 | 0 | 0.11 | 265.29 | 0.64 | 0.69 |
| Hex | A7 | 7C | E2 | 1A | 2D | 0 | B | 109 | 40 | 45 |
| Octal | 247 | 174 | 342 | 32 | 55 | 0 | 13 | 411 | 100 | 105 |
| Binary | 10100111 | 1111100 | 11100010 | 11010 | 101101 | 0 | 1011 | 100001001 | 1000000 | 1000101 |
Color Harmonies of #A77CE2
Complementary color
Monochromatic Colors of #A77CE2
Black with #A77CE2
Text Example
Text Example
White with #A77CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CE2; }
p { color: rgb(167,124,226); }
H1.HeaderClassName
{
color: #A77CE2;
}
.AnyTagClassName
{
color: #A77CE2;
}
</style>
background-color css
<style>
a { background-color: #A77CE2; }
a { background-color: rgb(167,124,226); }
div.DivClassName
{
background-color: #A77CE2;
}
.BgClassName
{
background-color: #A77CE2;
}
</style>
border-color css
<style>
span { border-color: #A77CE2; }
span { border-color: rgb(167,124,226); }
td.TdClassName
{
border-color: #A77CE2;
}
.TagClassName
{
border-color: #A77CE2;
}
</style>