Shades of Medium Purple #A77FF8
Tints of Medium Purple #A77FF8
RGB
CMYK
RGB Variations
Color information
#A77FF8 (or 0xA77FF8) is known color: Medium Purple. HEX triplet: A7, 7F and F8. RGB value is (167,127,248). Sum of RGB (Red+Green+Blue) = 167+127+248=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #A77FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FF8 is #588007. Grayscale: #989898. Windows color (decimal): -5799944 or 16285607. OLE color: 16285607.
HSL color Cylindrical-coordinate representation of color #A77FF8: hue angle of 259.83º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77FF8 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 127 | 248 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.03 |
| HSL | 259.83º | 0.9% | 0.74% | - |
| HSV(B) | 259.83º | 0.49% | 0.97% | - |
| XYZ | 40.47 | 30.17 | 92.5 | - |
| YUV | 152.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 248 | 0.33 | 0.49 | 0 | 0.03 | 259.83 | 0.9 | 0.74 |
| Hex | A7 | 7F | F8 | 21 | 31 | 0 | 3 | 104 | 5A | 4A |
| Octal | 247 | 177 | 370 | 41 | 61 | 0 | 3 | 404 | 132 | 112 |
| Binary | 10100111 | 1111111 | 11111000 | 100001 | 110001 | 0 | 11 | 100000100 | 1011010 | 1001010 |
Color Harmonies of #A77FF8
Complementary color
Monochromatic Colors of #A77FF8
Black with #A77FF8
Text Example
Text Example
White with #A77FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FF8; }
p { color: rgb(167,127,248); }
H1.HeaderClassName
{
color: #A77FF8;
}
.AnyTagClassName
{
color: #A77FF8;
}
</style>
background-color css
<style>
a { background-color: #A77FF8; }
a { background-color: rgb(167,127,248); }
div.DivClassName
{
background-color: #A77FF8;
}
.BgClassName
{
background-color: #A77FF8;
}
</style>
border-color css
<style>
span { border-color: #A77FF8; }
span { border-color: rgb(167,127,248); }
td.TdClassName
{
border-color: #A77FF8;
}
.TagClassName
{
border-color: #A77FF8;
}
</style>