Shades of Medium Purple #A77AEE
Tints of Medium Purple #A77AEE
RGB
CMYK
RGB Variations
Color information
#A77AEE (or 0xA77AEE) is known color: Medium Purple. HEX triplet: A7, 7A and EE. RGB value is (167,122,238). Sum of RGB (Red+Green+Blue) = 167+122+238=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #A77AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77AEE is #588511. Grayscale: #949494. Windows color (decimal): -5801234 or 15628967. OLE color: 15628967.
HSL color Cylindrical-coordinate representation of color #A77AEE: hue angle of 263.28º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77AEE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 122 | 238 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.07 |
| HSL | 263.28º | 0.77% | 0.71% | - |
| HSV(B) | 263.28º | 0.49% | 0.93% | - |
| XYZ | 38.33 | 28.31 | 84.33 | - |
| YUV | 148.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 238 | 0.30 | 0.49 | 0 | 0.07 | 263.28 | 0.77 | 0.71 |
| Hex | A7 | 7A | EE | 1E | 31 | 0 | 7 | 107 | 4D | 47 |
| Octal | 247 | 172 | 356 | 36 | 61 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10100111 | 1111010 | 11101110 | 11110 | 110001 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A77AEE
Complementary color
Monochromatic Colors of #A77AEE
Black with #A77AEE
Text Example
Text Example
White with #A77AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AEE; }
p { color: rgb(167,122,238); }
H1.HeaderClassName
{
color: #A77AEE;
}
.AnyTagClassName
{
color: #A77AEE;
}
</style>
background-color css
<style>
a { background-color: #A77AEE; }
a { background-color: rgb(167,122,238); }
div.DivClassName
{
background-color: #A77AEE;
}
.BgClassName
{
background-color: #A77AEE;
}
</style>
border-color css
<style>
span { border-color: #A77AEE; }
span { border-color: rgb(167,122,238); }
td.TdClassName
{
border-color: #A77AEE;
}
.TagClassName
{
border-color: #A77AEE;
}
</style>