Shades of Medium Purple #A077E9
Tints of Medium Purple #A077E9
RGB
CMYK
RGB Variations
Color information
#A077E9 (or 0xA077E9) is known color: Medium Purple. HEX triplet: A0, 77 and E9. RGB value is (160,119,233). Sum of RGB (Red+Green+Blue) = 160+119+233=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #A077E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077E9 is #5F8816. Grayscale: #8F8F8F. Windows color (decimal): -6260759 or 15300512. OLE color: 15300512.
HSL color Cylindrical-coordinate representation of color #A077E9: hue angle of 261.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A077E9 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 119 | 233 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.09 |
| HSL | 261.58º | 0.72% | 0.69% | - |
| HSV(B) | 261.58º | 0.49% | 0.91% | - |
| XYZ | 35.8 | 26.55 | 80.33 | - |
| YUV | 144.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 233 | 0.31 | 0.49 | 0 | 0.09 | 261.58 | 0.72 | 0.69 |
| Hex | A0 | 77 | E9 | 1F | 31 | 0 | 9 | 106 | 48 | 45 |
| Octal | 240 | 167 | 351 | 37 | 61 | 0 | 11 | 406 | 110 | 105 |
| Binary | 10100000 | 1110111 | 11101001 | 11111 | 110001 | 0 | 1001 | 100000110 | 1001000 | 1000101 |
Color Harmonies of #A077E9
Complementary color
Monochromatic Colors of #A077E9
Black with #A077E9
Text Example
Text Example
White with #A077E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077E9; }
p { color: rgb(160,119,233); }
H1.HeaderClassName
{
color: #A077E9;
}
.AnyTagClassName
{
color: #A077E9;
}
</style>
background-color css
<style>
a { background-color: #A077E9; }
a { background-color: rgb(160,119,233); }
div.DivClassName
{
background-color: #A077E9;
}
.BgClassName
{
background-color: #A077E9;
}
</style>
border-color css
<style>
span { border-color: #A077E9; }
span { border-color: rgb(160,119,233); }
td.TdClassName
{
border-color: #A077E9;
}
.TagClassName
{
border-color: #A077E9;
}
</style>