Shades of Medium Purple #A77BE4
Tints of Medium Purple #A77BE4
RGB
CMYK
RGB Variations
Color information
#A77BE4 (or 0xA77BE4) is known color: Medium Purple. HEX triplet: A7, 7B and E4. RGB value is (167,123,228). Sum of RGB (Red+Green+Blue) = 167+123+228=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #A77BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BE4 is #58841B. Grayscale: #939393. Windows color (decimal): -5800988 or 14973863. OLE color: 14973863.
HSL color Cylindrical-coordinate representation of color #A77BE4: hue angle of 265.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77BE4 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 123 | 228 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.11 |
| HSL | 265.14º | 0.66% | 0.69% | - |
| HSV(B) | 265.14º | 0.46% | 0.89% | - |
| XYZ | 37.02 | 27.98 | 76.85 | - |
| YUV | 148.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 228 | 0.27 | 0.46 | 0 | 0.11 | 265.14 | 0.66 | 0.69 |
| Hex | A7 | 7B | E4 | 1B | 2E | 0 | B | 109 | 42 | 45 |
| Octal | 247 | 173 | 344 | 33 | 56 | 0 | 13 | 411 | 102 | 105 |
| Binary | 10100111 | 1111011 | 11100100 | 11011 | 101110 | 0 | 1011 | 100001001 | 1000010 | 1000101 |
Color Harmonies of #A77BE4
Complementary color
Monochromatic Colors of #A77BE4
Black with #A77BE4
Text Example
Text Example
White with #A77BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BE4; }
p { color: rgb(167,123,228); }
H1.HeaderClassName
{
color: #A77BE4;
}
.AnyTagClassName
{
color: #A77BE4;
}
</style>
background-color css
<style>
a { background-color: #A77BE4; }
a { background-color: rgb(167,123,228); }
div.DivClassName
{
background-color: #A77BE4;
}
.BgClassName
{
background-color: #A77BE4;
}
</style>
border-color css
<style>
span { border-color: #A77BE4; }
span { border-color: rgb(167,123,228); }
td.TdClassName
{
border-color: #A77BE4;
}
.TagClassName
{
border-color: #A77BE4;
}
</style>