Shades of Medium Purple #A77CEA
Tints of Medium Purple #A77CEA
RGB
CMYK
RGB Variations
Color information
#A77CEA (or 0xA77CEA) is known color: Medium Purple. HEX triplet: A7, 7C and EA. RGB value is (167,124,234). Sum of RGB (Red+Green+Blue) = 167+124+234=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A77CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CEA is #588315. Grayscale: #959595. Windows color (decimal): -5800726 or 15367335. OLE color: 15367335.
HSL color Cylindrical-coordinate representation of color #A77CEA: hue angle of 263.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77CEA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 124 | 234 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.08 |
| HSL | 263.45º | 0.72% | 0.7% | - |
| HSV(B) | 263.45º | 0.47% | 0.92% | - |
| XYZ | 38 | 28.57 | 81.35 | - |
| YUV | 149.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 234 | 0.29 | 0.47 | 0 | 0.08 | 263.45 | 0.72 | 0.7 |
| Hex | A7 | 7C | EA | 1D | 2F | 0 | 8 | 107 | 48 | 46 |
| Octal | 247 | 174 | 352 | 35 | 57 | 0 | 10 | 407 | 110 | 106 |
| Binary | 10100111 | 1111100 | 11101010 | 11101 | 101111 | 0 | 1000 | 100000111 | 1001000 | 1000110 |
Color Harmonies of #A77CEA
Complementary color
Monochromatic Colors of #A77CEA
Black with #A77CEA
Text Example
Text Example
White with #A77CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CEA; }
p { color: rgb(167,124,234); }
H1.HeaderClassName
{
color: #A77CEA;
}
.AnyTagClassName
{
color: #A77CEA;
}
</style>
background-color css
<style>
a { background-color: #A77CEA; }
a { background-color: rgb(167,124,234); }
div.DivClassName
{
background-color: #A77CEA;
}
.BgClassName
{
background-color: #A77CEA;
}
</style>
border-color css
<style>
span { border-color: #A77CEA; }
span { border-color: rgb(167,124,234); }
td.TdClassName
{
border-color: #A77CEA;
}
.TagClassName
{
border-color: #A77CEA;
}
</style>