Shades of Medium Purple #A077E7
Tints of Medium Purple #A077E7
RGB
CMYK
RGB Variations
Color information
#A077E7 (or 0xA077E7) is known color: Medium Purple. HEX triplet: A0, 77 and E7. RGB value is (160,119,231). Sum of RGB (Red+Green+Blue) = 160+119+231=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #A077E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077E7 is #5F8818. Grayscale: #8F8F8F. Windows color (decimal): -6260761 or 15169440. OLE color: 15169440.
HSL color Cylindrical-coordinate representation of color #A077E7: hue angle of 261.96º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A077E7 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 119 | 231 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.09 |
| HSL | 261.96º | 0.7% | 0.69% | - |
| HSV(B) | 261.96º | 0.48% | 0.91% | - |
| XYZ | 35.52 | 26.44 | 78.83 | - |
| YUV | 144.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 231 | 0.31 | 0.48 | 0 | 0.09 | 261.96 | 0.7 | 0.69 |
| Hex | A0 | 77 | E7 | 1F | 30 | 0 | 9 | 106 | 46 | 45 |
| Octal | 240 | 167 | 347 | 37 | 60 | 0 | 11 | 406 | 106 | 105 |
| Binary | 10100000 | 1110111 | 11100111 | 11111 | 110000 | 0 | 1001 | 100000110 | 1000110 | 1000101 |
Color Harmonies of #A077E7
Complementary color
Monochromatic Colors of #A077E7
Black with #A077E7
Text Example
Text Example
White with #A077E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077E7; }
p { color: rgb(160,119,231); }
H1.HeaderClassName
{
color: #A077E7;
}
.AnyTagClassName
{
color: #A077E7;
}
</style>
background-color css
<style>
a { background-color: #A077E7; }
a { background-color: rgb(160,119,231); }
div.DivClassName
{
background-color: #A077E7;
}
.BgClassName
{
background-color: #A077E7;
}
</style>
border-color css
<style>
span { border-color: #A077E7; }
span { border-color: rgb(160,119,231); }
td.TdClassName
{
border-color: #A077E7;
}
.TagClassName
{
border-color: #A077E7;
}
</style>