Shades of Medium Purple #A77DD5
Tints of Medium Purple #A77DD5
RGB
CMYK
RGB Variations
Color information
#A77DD5 (or 0xA77DD5) is known color: Medium Purple. HEX triplet: A7, 7D and D5. RGB value is (167,125,213). Sum of RGB (Red+Green+Blue) = 167+125+213=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #A77DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD5 is #58822A. Grayscale: #939393. Windows color (decimal): -5800491 or 13991335. OLE color: 13991335.
HSL color Cylindrical-coordinate representation of color #A77DD5: hue angle of 268.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77DD5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 125 | 213 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.16 |
| HSL | 268.64º | 0.51% | 0.66% | - |
| HSV(B) | 268.64º | 0.41% | 0.84% | - |
| XYZ | 35.28 | 27.69 | 66.44 | - |
| YUV | 147.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 213 | 0.22 | 0.41 | 0 | 0.16 | 268.64 | 0.51 | 0.66 |
| Hex | A7 | 7D | D5 | 16 | 29 | 0 | 10 | 10D | 33 | 42 |
| Octal | 247 | 175 | 325 | 26 | 51 | 0 | 20 | 415 | 63 | 102 |
| Binary | 10100111 | 1111101 | 11010101 | 10110 | 101001 | 0 | 10000 | 100001101 | 110011 | 1000010 |
Color Harmonies of #A77DD5
Complementary color
Monochromatic Colors of #A77DD5
Black with #A77DD5
Text Example
Text Example
White with #A77DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DD5; }
p { color: rgb(167,125,213); }
H1.HeaderClassName
{
color: #A77DD5;
}
.AnyTagClassName
{
color: #A77DD5;
}
</style>
background-color css
<style>
a { background-color: #A77DD5; }
a { background-color: rgb(167,125,213); }
div.DivClassName
{
background-color: #A77DD5;
}
.BgClassName
{
background-color: #A77DD5;
}
</style>
border-color css
<style>
span { border-color: #A77DD5; }
span { border-color: rgb(167,125,213); }
td.TdClassName
{
border-color: #A77DD5;
}
.TagClassName
{
border-color: #A77DD5;
}
</style>