Shades of Medium Purple #A77BF7
Tints of Medium Purple #A77BF7
RGB
CMYK
RGB Variations
Color information
#A77BF7 (or 0xA77BF7) is known color: Medium Purple. HEX triplet: A7, 7B and F7. RGB value is (167,123,247). Sum of RGB (Red+Green+Blue) = 167+123+247=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #A77BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BF7 is #588408. Grayscale: #959595. Windows color (decimal): -5800969 or 16219047. OLE color: 16219047.
HSL color Cylindrical-coordinate representation of color #A77BF7: hue angle of 261.29º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77BF7 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 123 | 247 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.03 |
| HSL | 261.29º | 0.89% | 0.73% | - |
| HSV(B) | 261.29º | 0.5% | 0.97% | - |
| XYZ | 39.81 | 29.1 | 91.51 | - |
| YUV | 150.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 247 | 0.32 | 0.50 | 0 | 0.03 | 261.29 | 0.89 | 0.73 |
| Hex | A7 | 7B | F7 | 20 | 32 | 0 | 3 | 105 | 59 | 49 |
| Octal | 247 | 173 | 367 | 40 | 62 | 0 | 3 | 405 | 131 | 111 |
| Binary | 10100111 | 1111011 | 11110111 | 100000 | 110010 | 0 | 11 | 100000101 | 1011001 | 1001001 |
Color Harmonies of #A77BF7
Complementary color
Monochromatic Colors of #A77BF7
Black with #A77BF7
Text Example
Text Example
White with #A77BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BF7; }
p { color: rgb(167,123,247); }
H1.HeaderClassName
{
color: #A77BF7;
}
.AnyTagClassName
{
color: #A77BF7;
}
</style>
background-color css
<style>
a { background-color: #A77BF7; }
a { background-color: rgb(167,123,247); }
div.DivClassName
{
background-color: #A77BF7;
}
.BgClassName
{
background-color: #A77BF7;
}
</style>
border-color css
<style>
span { border-color: #A77BF7; }
span { border-color: rgb(167,123,247); }
td.TdClassName
{
border-color: #A77BF7;
}
.TagClassName
{
border-color: #A77BF7;
}
</style>