Shades of Medium Purple #A77EFB
Tints of Medium Purple #A77EFB
RGB
CMYK
RGB Variations
Color information
#A77EFB (or 0xA77EFB) is known color: Medium Purple. HEX triplet: A7, 7E and FB. RGB value is (167,126,251). Sum of RGB (Red+Green+Blue) = 167+126+251=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #A77EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFB is #588104. Grayscale: #989898. Windows color (decimal): -5800197 or 16481959. OLE color: 16481959.
HSL color Cylindrical-coordinate representation of color #A77EFB: hue angle of 259.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77EFB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 126 | 251 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.02 |
| HSL | 259.68º | 0.94% | 0.74% | - |
| HSV(B) | 259.68º | 0.5% | 0.98% | - |
| XYZ | 40.81 | 30.1 | 94.93 | - |
| YUV | 152.51 | 183.58 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 251 | 0.33 | 0.50 | 0 | 0.02 | 259.68 | 0.94 | 0.74 |
| Hex | A7 | 7E | FB | 21 | 32 | 0 | 2 | 104 | 5E | 4A |
| Octal | 247 | 176 | 373 | 41 | 62 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10100111 | 1111110 | 11111011 | 100001 | 110010 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A77EFB
Complementary color
Monochromatic Colors of #A77EFB
Black with #A77EFB
Text Example
Text Example
White with #A77EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EFB; }
p { color: rgb(167,126,251); }
H1.HeaderClassName
{
color: #A77EFB;
}
.AnyTagClassName
{
color: #A77EFB;
}
</style>
background-color css
<style>
a { background-color: #A77EFB; }
a { background-color: rgb(167,126,251); }
div.DivClassName
{
background-color: #A77EFB;
}
.BgClassName
{
background-color: #A77EFB;
}
</style>
border-color css
<style>
span { border-color: #A77EFB; }
span { border-color: rgb(167,126,251); }
td.TdClassName
{
border-color: #A77EFB;
}
.TagClassName
{
border-color: #A77EFB;
}
</style>