Shades of Medium Purple #A077EA
Tints of Medium Purple #A077EA
RGB
CMYK
RGB Variations
Color information
#A077EA (or 0xA077EA) is known color: Medium Purple. HEX triplet: A0, 77 and EA. RGB value is (160,119,234). Sum of RGB (Red+Green+Blue) = 160+119+234=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #A077EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077EA is #5F8815. Grayscale: #8F8F8F. Windows color (decimal): -6260758 or 15366048. OLE color: 15366048.
HSL color Cylindrical-coordinate representation of color #A077EA: hue angle of 261.39º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A077EA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 119 | 234 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.08 |
| HSL | 261.39º | 0.73% | 0.69% | - |
| HSV(B) | 261.39º | 0.49% | 0.92% | - |
| XYZ | 35.95 | 26.61 | 81.08 | - |
| YUV | 144.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 234 | 0.32 | 0.49 | 0 | 0.08 | 261.39 | 0.73 | 0.69 |
| Hex | A0 | 77 | EA | 20 | 31 | 0 | 8 | 105 | 49 | 45 |
| Octal | 240 | 167 | 352 | 40 | 61 | 0 | 10 | 405 | 111 | 105 |
| Binary | 10100000 | 1110111 | 11101010 | 100000 | 110001 | 0 | 1000 | 100000101 | 1001001 | 1000101 |
Color Harmonies of #A077EA
Complementary color
Monochromatic Colors of #A077EA
Black with #A077EA
Text Example
Text Example
White with #A077EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077EA; }
p { color: rgb(160,119,234); }
H1.HeaderClassName
{
color: #A077EA;
}
.AnyTagClassName
{
color: #A077EA;
}
</style>
background-color css
<style>
a { background-color: #A077EA; }
a { background-color: rgb(160,119,234); }
div.DivClassName
{
background-color: #A077EA;
}
.BgClassName
{
background-color: #A077EA;
}
</style>
border-color css
<style>
span { border-color: #A077EA; }
span { border-color: rgb(160,119,234); }
td.TdClassName
{
border-color: #A077EA;
}
.TagClassName
{
border-color: #A077EA;
}
</style>