Shades of Medium Purple #A077E2
Tints of Medium Purple #A077E2
RGB
CMYK
RGB Variations
Color information
#A077E2 (or 0xA077E2) is known color: Medium Purple. HEX triplet: A0, 77 and E2. RGB value is (160,119,226). Sum of RGB (Red+Green+Blue) = 160+119+226=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #A077E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077E2 is #5F881D. Grayscale: #8F8F8F. Windows color (decimal): -6260766 or 14841760. OLE color: 14841760.
HSL color Cylindrical-coordinate representation of color #A077E2: hue angle of 262.99º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A077E2 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 119 | 226 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.11 |
| HSL | 262.99º | 0.65% | 0.68% | - |
| HSV(B) | 262.99º | 0.47% | 0.89% | - |
| XYZ | 34.82 | 26.16 | 75.17 | - |
| YUV | 143.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 226 | 0.29 | 0.47 | 0 | 0.11 | 262.99 | 0.65 | 0.68 |
| Hex | A0 | 77 | E2 | 1D | 2F | 0 | B | 107 | 41 | 44 |
| Octal | 240 | 167 | 342 | 35 | 57 | 0 | 13 | 407 | 101 | 104 |
| Binary | 10100000 | 1110111 | 11100010 | 11101 | 101111 | 0 | 1011 | 100000111 | 1000001 | 1000100 |
Color Harmonies of #A077E2
Complementary color
Monochromatic Colors of #A077E2
Black with #A077E2
Text Example
Text Example
White with #A077E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077E2; }
p { color: rgb(160,119,226); }
H1.HeaderClassName
{
color: #A077E2;
}
.AnyTagClassName
{
color: #A077E2;
}
</style>
background-color css
<style>
a { background-color: #A077E2; }
a { background-color: rgb(160,119,226); }
div.DivClassName
{
background-color: #A077E2;
}
.BgClassName
{
background-color: #A077E2;
}
</style>
border-color css
<style>
span { border-color: #A077E2; }
span { border-color: rgb(160,119,226); }
td.TdClassName
{
border-color: #A077E2;
}
.TagClassName
{
border-color: #A077E2;
}
</style>