Shades of Medium Purple #A077DC
Tints of Medium Purple #A077DC
RGB
CMYK
RGB Variations
Color information
#A077DC (or 0xA077DC) is known color: Medium Purple. HEX triplet: A0, 77 and DC. RGB value is (160,119,220). Sum of RGB (Red+Green+Blue) = 160+119+220=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A077DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077DC is #5F8823. Grayscale: #8E8E8E. Windows color (decimal): -6260772 or 14448544. OLE color: 14448544.
HSL color Cylindrical-coordinate representation of color #A077DC: hue angle of 264.36º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A077DC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 119 | 220 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.14 |
| HSL | 264.36º | 0.59% | 0.66% | - |
| HSV(B) | 264.36º | 0.46% | 0.86% | - |
| XYZ | 34.01 | 25.83 | 70.9 | - |
| YUV | 142.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 220 | 0.27 | 0.46 | 0 | 0.14 | 264.36 | 0.59 | 0.66 |
| Hex | A0 | 77 | DC | 1B | 2E | 0 | E | 108 | 3B | 42 |
| Octal | 240 | 167 | 334 | 33 | 56 | 0 | 16 | 410 | 73 | 102 |
| Binary | 10100000 | 1110111 | 11011100 | 11011 | 101110 | 0 | 1110 | 100001000 | 111011 | 1000010 |
Color Harmonies of #A077DC
Complementary color
Monochromatic Colors of #A077DC
Black with #A077DC
Text Example
Text Example
White with #A077DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077DC; }
p { color: rgb(160,119,220); }
H1.HeaderClassName
{
color: #A077DC;
}
.AnyTagClassName
{
color: #A077DC;
}
</style>
background-color css
<style>
a { background-color: #A077DC; }
a { background-color: rgb(160,119,220); }
div.DivClassName
{
background-color: #A077DC;
}
.BgClassName
{
background-color: #A077DC;
}
</style>
border-color css
<style>
span { border-color: #A077DC; }
span { border-color: rgb(160,119,220); }
td.TdClassName
{
border-color: #A077DC;
}
.TagClassName
{
border-color: #A077DC;
}
</style>