Shades of Medium Purple #A77DFB
Tints of Medium Purple #A77DFB
RGB
CMYK
RGB Variations
Color information
#A77DFB (or 0xA77DFB) is known color: Medium Purple. HEX triplet: A7, 7D and FB. RGB value is (167,125,251). Sum of RGB (Red+Green+Blue) = 167+125+251=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #A77DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DFB is #588204. Grayscale: #979797. Windows color (decimal): -5800453 or 16481703. OLE color: 16481703.
HSL color Cylindrical-coordinate representation of color #A77DFB: hue angle of 260º 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 #A77DFB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 125 | 251 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.02 |
| HSL | 260º | 0.94% | 0.74% | - |
| HSV(B) | 260º | 0.5% | 0.98% | - |
| XYZ | 40.68 | 29.85 | 94.88 | - |
| YUV | 151.92 | 183.91 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 251 | 0.33 | 0.50 | 0 | 0.02 | 260 | 0.94 | 0.74 |
| Hex | A7 | 7D | FB | 21 | 32 | 0 | 2 | 104 | 5E | 4A |
| Octal | 247 | 175 | 373 | 41 | 62 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10100111 | 1111101 | 11111011 | 100001 | 110010 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A77DFB
Complementary color
Monochromatic Colors of #A77DFB
Black with #A77DFB
Text Example
Text Example
White with #A77DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DFB; }
p { color: rgb(167,125,251); }
H1.HeaderClassName
{
color: #A77DFB;
}
.AnyTagClassName
{
color: #A77DFB;
}
</style>
background-color css
<style>
a { background-color: #A77DFB; }
a { background-color: rgb(167,125,251); }
div.DivClassName
{
background-color: #A77DFB;
}
.BgClassName
{
background-color: #A77DFB;
}
</style>
border-color css
<style>
span { border-color: #A77DFB; }
span { border-color: rgb(167,125,251); }
td.TdClassName
{
border-color: #A77DFB;
}
.TagClassName
{
border-color: #A77DFB;
}
</style>