Shades of Medium Purple #A77AFB
Tints of Medium Purple #A77AFB
RGB
CMYK
RGB Variations
Color information
#A77AFB (or 0xA77AFB) is known color: Medium Purple. HEX triplet: A7, 7A and FB. RGB value is (167,122,251). Sum of RGB (Red+Green+Blue) = 167+122+251=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A77AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77AFB is #588504. Grayscale: #959595. Windows color (decimal): -5801221 or 16480935. OLE color: 16480935.
HSL color Cylindrical-coordinate representation of color #A77AFB: hue angle of 260.93º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77AFB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 122 | 251 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.02 |
| HSL | 260.93º | 0.94% | 0.73% | - |
| HSV(B) | 260.93º | 0.51% | 0.98% | - |
| XYZ | 40.31 | 29.1 | 94.76 | - |
| YUV | 150.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 251 | 0.33 | 0.51 | 0 | 0.02 | 260.93 | 0.94 | 0.73 |
| Hex | A7 | 7A | FB | 21 | 33 | 0 | 2 | 105 | 5E | 49 |
| Octal | 247 | 172 | 373 | 41 | 63 | 0 | 2 | 405 | 136 | 111 |
| Binary | 10100111 | 1111010 | 11111011 | 100001 | 110011 | 0 | 10 | 100000101 | 1011110 | 1001001 |
Color Harmonies of #A77AFB
Complementary color
Monochromatic Colors of #A77AFB
Black with #A77AFB
Text Example
Text Example
White with #A77AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AFB; }
p { color: rgb(167,122,251); }
H1.HeaderClassName
{
color: #A77AFB;
}
.AnyTagClassName
{
color: #A77AFB;
}
</style>
background-color css
<style>
a { background-color: #A77AFB; }
a { background-color: rgb(167,122,251); }
div.DivClassName
{
background-color: #A77AFB;
}
.BgClassName
{
background-color: #A77AFB;
}
</style>
border-color css
<style>
span { border-color: #A77AFB; }
span { border-color: rgb(167,122,251); }
td.TdClassName
{
border-color: #A77AFB;
}
.TagClassName
{
border-color: #A77AFB;
}
</style>