Shades of Medium Purple #A077D9
Tints of Medium Purple #A077D9
RGB
CMYK
RGB Variations
Color information
#A077D9 (or 0xA077D9) is known color: Medium Purple. HEX triplet: A0, 77 and D9. RGB value is (160,119,217). Sum of RGB (Red+Green+Blue) = 160+119+217=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #A077D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077D9 is #5F8826. Grayscale: #8E8E8E. Windows color (decimal): -6260775 or 14251936. OLE color: 14251936.
HSL color Cylindrical-coordinate representation of color #A077D9: hue angle of 265.1º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A077D9 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 119 | 217 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.15 |
| HSL | 265.1º | 0.56% | 0.66% | - |
| HSV(B) | 265.1º | 0.45% | 0.85% | - |
| XYZ | 33.62 | 25.68 | 68.83 | - |
| YUV | 142.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 217 | 0.26 | 0.45 | 0 | 0.15 | 265.1 | 0.56 | 0.66 |
| Hex | A0 | 77 | D9 | 1A | 2D | 0 | F | 109 | 38 | 42 |
| Octal | 240 | 167 | 331 | 32 | 55 | 0 | 17 | 411 | 70 | 102 |
| Binary | 10100000 | 1110111 | 11011001 | 11010 | 101101 | 0 | 1111 | 100001001 | 111000 | 1000010 |
Color Harmonies of #A077D9
Complementary color
Monochromatic Colors of #A077D9
Black with #A077D9
Text Example
Text Example
White with #A077D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077D9; }
p { color: rgb(160,119,217); }
H1.HeaderClassName
{
color: #A077D9;
}
.AnyTagClassName
{
color: #A077D9;
}
</style>
background-color css
<style>
a { background-color: #A077D9; }
a { background-color: rgb(160,119,217); }
div.DivClassName
{
background-color: #A077D9;
}
.BgClassName
{
background-color: #A077D9;
}
</style>
border-color css
<style>
span { border-color: #A077D9; }
span { border-color: rgb(160,119,217); }
td.TdClassName
{
border-color: #A077D9;
}
.TagClassName
{
border-color: #A077D9;
}
</style>