Shades of Medium Purple #A77DE0
Tints of Medium Purple #A77DE0
RGB
CMYK
RGB Variations
Color information
#A77DE0 (or 0xA77DE0) is known color: Medium Purple. HEX triplet: A7, 7D and E0. RGB value is (167,125,224). Sum of RGB (Red+Green+Blue) = 167+125+224=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #A77DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DE0 is #58821F. Grayscale: #949494. Windows color (decimal): -5800480 or 14712231. OLE color: 14712231.
HSL color Cylindrical-coordinate representation of color #A77DE0: hue angle of 265.45º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77DE0 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 125 | 224 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.12 |
| HSL | 265.45º | 0.61% | 0.68% | - |
| HSV(B) | 265.45º | 0.44% | 0.88% | - |
| XYZ | 36.72 | 28.26 | 74.04 | - |
| YUV | 148.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 224 | 0.25 | 0.44 | 0 | 0.12 | 265.45 | 0.61 | 0.68 |
| Hex | A7 | 7D | E0 | 19 | 2C | 0 | C | 109 | 3D | 44 |
| Octal | 247 | 175 | 340 | 31 | 54 | 0 | 14 | 411 | 75 | 104 |
| Binary | 10100111 | 1111101 | 11100000 | 11001 | 101100 | 0 | 1100 | 100001001 | 111101 | 1000100 |
Color Harmonies of #A77DE0
Complementary color
Monochromatic Colors of #A77DE0
Black with #A77DE0
Text Example
Text Example
White with #A77DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DE0; }
p { color: rgb(167,125,224); }
H1.HeaderClassName
{
color: #A77DE0;
}
.AnyTagClassName
{
color: #A77DE0;
}
</style>
background-color css
<style>
a { background-color: #A77DE0; }
a { background-color: rgb(167,125,224); }
div.DivClassName
{
background-color: #A77DE0;
}
.BgClassName
{
background-color: #A77DE0;
}
</style>
border-color css
<style>
span { border-color: #A77DE0; }
span { border-color: rgb(167,125,224); }
td.TdClassName
{
border-color: #A77DE0;
}
.TagClassName
{
border-color: #A77DE0;
}
</style>