Shades of Medium Purple #A077D4
Tints of Medium Purple #A077D4
RGB
CMYK
RGB Variations
Color information
#A077D4 (or 0xA077D4) is known color: Medium Purple. HEX triplet: A0, 77 and D4. RGB value is (160,119,212). Sum of RGB (Red+Green+Blue) = 160+119+212=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #A077D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077D4 is #5F882B. Grayscale: #8D8D8D. Windows color (decimal): -6260780 or 13924256. OLE color: 13924256.
HSL color Cylindrical-coordinate representation of color #A077D4: hue angle of 266.45º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A077D4 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 119 | 212 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.17 |
| HSL | 266.45º | 0.52% | 0.65% | - |
| HSV(B) | 266.45º | 0.44% | 0.83% | - |
| XYZ | 32.98 | 25.42 | 65.46 | - |
| YUV | 141.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 212 | 0.25 | 0.44 | 0 | 0.17 | 266.45 | 0.52 | 0.65 |
| Hex | A0 | 77 | D4 | 19 | 2C | 0 | 11 | 10A | 34 | 41 |
| Octal | 240 | 167 | 324 | 31 | 54 | 0 | 21 | 412 | 64 | 101 |
| Binary | 10100000 | 1110111 | 11010100 | 11001 | 101100 | 0 | 10001 | 100001010 | 110100 | 1000001 |
Color Harmonies of #A077D4
Complementary color
Monochromatic Colors of #A077D4
Black with #A077D4
Text Example
Text Example
White with #A077D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077D4; }
p { color: rgb(160,119,212); }
H1.HeaderClassName
{
color: #A077D4;
}
.AnyTagClassName
{
color: #A077D4;
}
</style>
background-color css
<style>
a { background-color: #A077D4; }
a { background-color: rgb(160,119,212); }
div.DivClassName
{
background-color: #A077D4;
}
.BgClassName
{
background-color: #A077D4;
}
</style>
border-color css
<style>
span { border-color: #A077D4; }
span { border-color: rgb(160,119,212); }
td.TdClassName
{
border-color: #A077D4;
}
.TagClassName
{
border-color: #A077D4;
}
</style>