Shades of Medium Purple #A077F0
Tints of Medium Purple #A077F0
RGB
CMYK
RGB Variations
Color information
#A077F0 (or 0xA077F0) is known color: Medium Purple. HEX triplet: A0, 77 and F0. RGB value is (160,119,240). Sum of RGB (Red+Green+Blue) = 160+119+240=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #A077F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077F0 is #5F880F. Grayscale: #909090. Windows color (decimal): -6260752 or 15759264. OLE color: 15759264.
HSL color Cylindrical-coordinate representation of color #A077F0: hue angle of 260.33º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A077F0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 119 | 240 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.06 |
| HSL | 260.33º | 0.8% | 0.7% | - |
| HSV(B) | 260.33º | 0.5% | 0.94% | - |
| XYZ | 36.82 | 26.96 | 85.7 | - |
| YUV | 145.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 240 | 0.33 | 0.50 | 0 | 0.06 | 260.33 | 0.8 | 0.7 |
| Hex | A0 | 77 | F0 | 21 | 32 | 0 | 6 | 104 | 50 | 46 |
| Octal | 240 | 167 | 360 | 41 | 62 | 0 | 6 | 404 | 120 | 106 |
| Binary | 10100000 | 1110111 | 11110000 | 100001 | 110010 | 0 | 110 | 100000100 | 1010000 | 1000110 |
Color Harmonies of #A077F0
Complementary color
Monochromatic Colors of #A077F0
Black with #A077F0
Text Example
Text Example
White with #A077F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077F0; }
p { color: rgb(160,119,240); }
H1.HeaderClassName
{
color: #A077F0;
}
.AnyTagClassName
{
color: #A077F0;
}
</style>
background-color css
<style>
a { background-color: #A077F0; }
a { background-color: rgb(160,119,240); }
div.DivClassName
{
background-color: #A077F0;
}
.BgClassName
{
background-color: #A077F0;
}
</style>
border-color css
<style>
span { border-color: #A077F0; }
span { border-color: rgb(160,119,240); }
td.TdClassName
{
border-color: #A077F0;
}
.TagClassName
{
border-color: #A077F0;
}
</style>