Shades of Medium Purple #A77ADD
Tints of Medium Purple #A77ADD
RGB
CMYK
RGB Variations
Color information
#A77ADD (or 0xA77ADD) is known color: Medium Purple. HEX triplet: A7, 7A and DD. RGB value is (167,122,221). Sum of RGB (Red+Green+Blue) = 167+122+221=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A77ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ADD is #588522. Grayscale: #929292. Windows color (decimal): -5801251 or 14514855. OLE color: 14514855.
HSL color Cylindrical-coordinate representation of color #A77ADD: hue angle of 267.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77ADD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 122 | 221 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.13 |
| HSL | 267.27º | 0.59% | 0.67% | - |
| HSV(B) | 267.27º | 0.45% | 0.87% | - |
| XYZ | 35.95 | 27.36 | 71.79 | - |
| YUV | 146.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 221 | 0.24 | 0.45 | 0 | 0.13 | 267.27 | 0.59 | 0.67 |
| Hex | A7 | 7A | DD | 18 | 2D | 0 | D | 10B | 3B | 43 |
| Octal | 247 | 172 | 335 | 30 | 55 | 0 | 15 | 413 | 73 | 103 |
| Binary | 10100111 | 1111010 | 11011101 | 11000 | 101101 | 0 | 1101 | 100001011 | 111011 | 1000011 |
Color Harmonies of #A77ADD
Complementary color
Monochromatic Colors of #A77ADD
Black with #A77ADD
Text Example
Text Example
White with #A77ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ADD; }
p { color: rgb(167,122,221); }
H1.HeaderClassName
{
color: #A77ADD;
}
.AnyTagClassName
{
color: #A77ADD;
}
</style>
background-color css
<style>
a { background-color: #A77ADD; }
a { background-color: rgb(167,122,221); }
div.DivClassName
{
background-color: #A77ADD;
}
.BgClassName
{
background-color: #A77ADD;
}
</style>
border-color css
<style>
span { border-color: #A77ADD; }
span { border-color: rgb(167,122,221); }
td.TdClassName
{
border-color: #A77ADD;
}
.TagClassName
{
border-color: #A77ADD;
}
</style>