Shades of Medium Purple #A77BF4
Tints of Medium Purple #A77BF4
RGB
CMYK
RGB Variations
Color information
#A77BF4 (or 0xA77BF4) is known color: Medium Purple. HEX triplet: A7, 7B and F4. RGB value is (167,123,244). Sum of RGB (Red+Green+Blue) = 167+123+244=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #A77BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BF4 is #58840B. Grayscale: #959595. Windows color (decimal): -5800972 or 16022439. OLE color: 16022439.
HSL color Cylindrical-coordinate representation of color #A77BF4: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77BF4 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 123 | 244 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.04 |
| HSL | 261.82º | 0.85% | 0.72% | - |
| HSV(B) | 261.82º | 0.5% | 0.96% | - |
| XYZ | 39.35 | 28.91 | 89.09 | - |
| YUV | 149.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 244 | 0.32 | 0.50 | 0 | 0.04 | 261.82 | 0.85 | 0.72 |
| Hex | A7 | 7B | F4 | 20 | 32 | 0 | 4 | 106 | 55 | 48 |
| Octal | 247 | 173 | 364 | 40 | 62 | 0 | 4 | 406 | 125 | 110 |
| Binary | 10100111 | 1111011 | 11110100 | 100000 | 110010 | 0 | 100 | 100000110 | 1010101 | 1001000 |
Color Harmonies of #A77BF4
Complementary color
Monochromatic Colors of #A77BF4
Black with #A77BF4
Text Example
Text Example
White with #A77BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BF4; }
p { color: rgb(167,123,244); }
H1.HeaderClassName
{
color: #A77BF4;
}
.AnyTagClassName
{
color: #A77BF4;
}
</style>
background-color css
<style>
a { background-color: #A77BF4; }
a { background-color: rgb(167,123,244); }
div.DivClassName
{
background-color: #A77BF4;
}
.BgClassName
{
background-color: #A77BF4;
}
</style>
border-color css
<style>
span { border-color: #A77BF4; }
span { border-color: rgb(167,123,244); }
td.TdClassName
{
border-color: #A77BF4;
}
.TagClassName
{
border-color: #A77BF4;
}
</style>