Shades of Medium Purple #A77CEC
Tints of Medium Purple #A77CEC
RGB
CMYK
RGB Variations
Color information
#A77CEC (or 0xA77CEC) is known color: Medium Purple. HEX triplet: A7, 7C and EC. RGB value is (167,124,236). Sum of RGB (Red+Green+Blue) = 167+124+236=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A77CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CEC is #588313. Grayscale: #959595. Windows color (decimal): -5800724 or 15498407. OLE color: 15498407.
HSL color Cylindrical-coordinate representation of color #A77CEC: hue angle of 263.04º degrees, saturation: 0.75, 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 #A77CEC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 124 | 236 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 263.04º | 0.75% | 0.71% | - |
| HSV(B) | 263.04º | 0.47% | 0.93% | - |
| XYZ | 38.28 | 28.69 | 82.88 | - |
| YUV | 149.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 236 | 0.29 | 0.47 | 0 | 0.07 | 263.04 | 0.75 | 0.71 |
| Hex | A7 | 7C | EC | 1D | 2F | 0 | 7 | 107 | 4B | 47 |
| Octal | 247 | 174 | 354 | 35 | 57 | 0 | 7 | 407 | 113 | 107 |
| Binary | 10100111 | 1111100 | 11101100 | 11101 | 101111 | 0 | 111 | 100000111 | 1001011 | 1000111 |
Color Harmonies of #A77CEC
Complementary color
Monochromatic Colors of #A77CEC
Black with #A77CEC
Text Example
Text Example
White with #A77CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CEC; }
p { color: rgb(167,124,236); }
H1.HeaderClassName
{
color: #A77CEC;
}
.AnyTagClassName
{
color: #A77CEC;
}
</style>
background-color css
<style>
a { background-color: #A77CEC; }
a { background-color: rgb(167,124,236); }
div.DivClassName
{
background-color: #A77CEC;
}
.BgClassName
{
background-color: #A77CEC;
}
</style>
border-color css
<style>
span { border-color: #A77CEC; }
span { border-color: rgb(167,124,236); }
td.TdClassName
{
border-color: #A77CEC;
}
.TagClassName
{
border-color: #A77CEC;
}
</style>