Shades of Medium Purple #A77CEE
Tints of Medium Purple #A77CEE
RGB
CMYK
RGB Variations
Color information
#A77CEE (or 0xA77CEE) is known color: Medium Purple. HEX triplet: A7, 7C and EE. RGB value is (167,124,238). Sum of RGB (Red+Green+Blue) = 167+124+238=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #A77CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CEE is #588311. Grayscale: #959595. Windows color (decimal): -5800722 or 15629479. OLE color: 15629479.
HSL color Cylindrical-coordinate representation of color #A77CEE: hue angle of 262.63º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A77CEE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 124 | 238 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.63º | 0.77% | 0.71% | - |
| HSV(B) | 262.63º | 0.48% | 0.93% | - |
| XYZ | 38.58 | 28.8 | 84.42 | - |
| YUV | 149.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 238 | 0.30 | 0.48 | 0 | 0.07 | 262.63 | 0.77 | 0.71 |
| Hex | A7 | 7C | EE | 1E | 30 | 0 | 7 | 107 | 4D | 47 |
| Octal | 247 | 174 | 356 | 36 | 60 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10100111 | 1111100 | 11101110 | 11110 | 110000 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A77CEE
Complementary color
Monochromatic Colors of #A77CEE
Black with #A77CEE
Text Example
Text Example
White with #A77CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CEE; }
p { color: rgb(167,124,238); }
H1.HeaderClassName
{
color: #A77CEE;
}
.AnyTagClassName
{
color: #A77CEE;
}
</style>
background-color css
<style>
a { background-color: #A77CEE; }
a { background-color: rgb(167,124,238); }
div.DivClassName
{
background-color: #A77CEE;
}
.BgClassName
{
background-color: #A77CEE;
}
</style>
border-color css
<style>
span { border-color: #A77CEE; }
span { border-color: rgb(167,124,238); }
td.TdClassName
{
border-color: #A77CEE;
}
.TagClassName
{
border-color: #A77CEE;
}
</style>