Shades of Medium Purple #A77BE5
Tints of Medium Purple #A77BE5
RGB
CMYK
RGB Variations
Color information
#A77BE5 (or 0xA77BE5) is known color: Medium Purple. HEX triplet: A7, 7B and E5. RGB value is (167,123,229). Sum of RGB (Red+Green+Blue) = 167+123+229=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #A77BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BE5 is #58841A. Grayscale: #939393. Windows color (decimal): -5800987 or 15039399. OLE color: 15039399.
HSL color Cylindrical-coordinate representation of color #A77BE5: hue angle of 264.91º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77BE5 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 123 | 229 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.10 |
| HSL | 264.91º | 0.67% | 0.69% | - |
| HSV(B) | 264.91º | 0.46% | 0.9% | - |
| XYZ | 37.16 | 28.04 | 77.58 | - |
| YUV | 148.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 229 | 0.27 | 0.46 | 0 | 0.10 | 264.91 | 0.67 | 0.69 |
| Hex | A7 | 7B | E5 | 1B | 2E | 0 | A | 109 | 43 | 45 |
| Octal | 247 | 173 | 345 | 33 | 56 | 0 | 12 | 411 | 103 | 105 |
| Binary | 10100111 | 1111011 | 11100101 | 11011 | 101110 | 0 | 1010 | 100001001 | 1000011 | 1000101 |
Color Harmonies of #A77BE5
Complementary color
Monochromatic Colors of #A77BE5
Black with #A77BE5
Text Example
Text Example
White with #A77BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BE5; }
p { color: rgb(167,123,229); }
H1.HeaderClassName
{
color: #A77BE5;
}
.AnyTagClassName
{
color: #A77BE5;
}
</style>
background-color css
<style>
a { background-color: #A77BE5; }
a { background-color: rgb(167,123,229); }
div.DivClassName
{
background-color: #A77BE5;
}
.BgClassName
{
background-color: #A77BE5;
}
</style>
border-color css
<style>
span { border-color: #A77BE5; }
span { border-color: rgb(167,123,229); }
td.TdClassName
{
border-color: #A77BE5;
}
.TagClassName
{
border-color: #A77BE5;
}
</style>