Shades of Medium Purple #A77EEF
Tints of Medium Purple #A77EEF
RGB
CMYK
RGB Variations
Color information
#A77EEF (or 0xA77EEF) is known color: Medium Purple. HEX triplet: A7, 7E and EF. RGB value is (167,126,239). Sum of RGB (Red+Green+Blue) = 167+126+239=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #A77EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EEF is #588110. Grayscale: #969696. Windows color (decimal): -5800209 or 15695527. OLE color: 15695527.
HSL color Cylindrical-coordinate representation of color #A77EEF: hue angle of 261.77º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77EEF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 126 | 239 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.06 |
| HSL | 261.77º | 0.78% | 0.72% | - |
| HSV(B) | 261.77º | 0.47% | 0.94% | - |
| XYZ | 38.98 | 29.37 | 85.28 | - |
| YUV | 151.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 239 | 0.30 | 0.47 | 0 | 0.06 | 261.77 | 0.78 | 0.72 |
| Hex | A7 | 7E | EF | 1E | 2F | 0 | 6 | 106 | 4E | 48 |
| Octal | 247 | 176 | 357 | 36 | 57 | 0 | 6 | 406 | 116 | 110 |
| Binary | 10100111 | 1111110 | 11101111 | 11110 | 101111 | 0 | 110 | 100000110 | 1001110 | 1001000 |
Color Harmonies of #A77EEF
Complementary color
Monochromatic Colors of #A77EEF
Black with #A77EEF
Text Example
Text Example
White with #A77EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EEF; }
p { color: rgb(167,126,239); }
H1.HeaderClassName
{
color: #A77EEF;
}
.AnyTagClassName
{
color: #A77EEF;
}
</style>
background-color css
<style>
a { background-color: #A77EEF; }
a { background-color: rgb(167,126,239); }
div.DivClassName
{
background-color: #A77EEF;
}
.BgClassName
{
background-color: #A77EEF;
}
</style>
border-color css
<style>
span { border-color: #A77EEF; }
span { border-color: rgb(167,126,239); }
td.TdClassName
{
border-color: #A77EEF;
}
.TagClassName
{
border-color: #A77EEF;
}
</style>