Shades of Medium Purple #A077DA
Tints of Medium Purple #A077DA
RGB
CMYK
RGB Variations
Color information
#A077DA (or 0xA077DA) is known color: Medium Purple. HEX triplet: A0, 77 and DA. RGB value is (160,119,218). Sum of RGB (Red+Green+Blue) = 160+119+218=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A077DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077DA is #5F8825. Grayscale: #8E8E8E. Windows color (decimal): -6260774 or 14317472. OLE color: 14317472.
HSL color Cylindrical-coordinate representation of color #A077DA: hue angle of 264.85º degrees, saturation: 0.57, 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 #A077DA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 119 | 218 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.15 |
| HSL | 264.85º | 0.57% | 0.66% | - |
| HSV(B) | 264.85º | 0.45% | 0.85% | - |
| XYZ | 33.75 | 25.73 | 69.52 | - |
| YUV | 142.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 218 | 0.27 | 0.45 | 0 | 0.15 | 264.85 | 0.57 | 0.66 |
| Hex | A0 | 77 | DA | 1B | 2D | 0 | F | 109 | 39 | 42 |
| Octal | 240 | 167 | 332 | 33 | 55 | 0 | 17 | 411 | 71 | 102 |
| Binary | 10100000 | 1110111 | 11011010 | 11011 | 101101 | 0 | 1111 | 100001001 | 111001 | 1000010 |
Color Harmonies of #A077DA
Complementary color
Monochromatic Colors of #A077DA
Black with #A077DA
Text Example
Text Example
White with #A077DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077DA; }
p { color: rgb(160,119,218); }
H1.HeaderClassName
{
color: #A077DA;
}
.AnyTagClassName
{
color: #A077DA;
}
</style>
background-color css
<style>
a { background-color: #A077DA; }
a { background-color: rgb(160,119,218); }
div.DivClassName
{
background-color: #A077DA;
}
.BgClassName
{
background-color: #A077DA;
}
</style>
border-color css
<style>
span { border-color: #A077DA; }
span { border-color: rgb(160,119,218); }
td.TdClassName
{
border-color: #A077DA;
}
.TagClassName
{
border-color: #A077DA;
}
</style>