Shades of Medium Purple #A77FE6
Tints of Medium Purple #A77FE6
RGB
CMYK
RGB Variations
Color information
#A77FE6 (or 0xA77FE6) is known color: Medium Purple. HEX triplet: A7, 7F and E6. RGB value is (167,127,230). Sum of RGB (Red+Green+Blue) = 167+127+230=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #A77FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FE6 is #588019. Grayscale: #969696. Windows color (decimal): -5799962 or 15105959. OLE color: 15105959.
HSL color Cylindrical-coordinate representation of color #A77FE6: hue angle of 263.3º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77FE6 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 127 | 230 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.10 |
| HSL | 263.3º | 0.67% | 0.7% | - |
| HSV(B) | 263.3º | 0.45% | 0.9% | - |
| XYZ | 37.81 | 29.11 | 78.49 | - |
| YUV | 150.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 230 | 0.27 | 0.45 | 0 | 0.10 | 263.3 | 0.67 | 0.7 |
| Hex | A7 | 7F | E6 | 1B | 2D | 0 | A | 107 | 43 | 46 |
| Octal | 247 | 177 | 346 | 33 | 55 | 0 | 12 | 407 | 103 | 106 |
| Binary | 10100111 | 1111111 | 11100110 | 11011 | 101101 | 0 | 1010 | 100000111 | 1000011 | 1000110 |
Color Harmonies of #A77FE6
Complementary color
Monochromatic Colors of #A77FE6
Black with #A77FE6
Text Example
Text Example
White with #A77FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FE6; }
p { color: rgb(167,127,230); }
H1.HeaderClassName
{
color: #A77FE6;
}
.AnyTagClassName
{
color: #A77FE6;
}
</style>
background-color css
<style>
a { background-color: #A77FE6; }
a { background-color: rgb(167,127,230); }
div.DivClassName
{
background-color: #A77FE6;
}
.BgClassName
{
background-color: #A77FE6;
}
</style>
border-color css
<style>
span { border-color: #A77FE6; }
span { border-color: rgb(167,127,230); }
td.TdClassName
{
border-color: #A77FE6;
}
.TagClassName
{
border-color: #A77FE6;
}
</style>