Shades of Medium Purple #A77CDD
Tints of Medium Purple #A77CDD
RGB
CMYK
RGB Variations
Color information
#A77CDD (or 0xA77CDD) is known color: Medium Purple. HEX triplet: A7, 7C and DD. RGB value is (167,124,221). Sum of RGB (Red+Green+Blue) = 167+124+221=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A77CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CDD is #588322. Grayscale: #939393. Windows color (decimal): -5800739 or 14515367. OLE color: 14515367.
HSL color Cylindrical-coordinate representation of color #A77CDD: hue angle of 266.6º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77CDD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 124 | 221 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.13 |
| HSL | 266.6º | 0.59% | 0.68% | - |
| HSV(B) | 266.6º | 0.44% | 0.87% | - |
| XYZ | 36.2 | 27.85 | 71.87 | - |
| YUV | 147.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 221 | 0.24 | 0.44 | 0 | 0.13 | 266.6 | 0.59 | 0.68 |
| Hex | A7 | 7C | DD | 18 | 2C | 0 | D | 10B | 3B | 44 |
| Octal | 247 | 174 | 335 | 30 | 54 | 0 | 15 | 413 | 73 | 104 |
| Binary | 10100111 | 1111100 | 11011101 | 11000 | 101100 | 0 | 1101 | 100001011 | 111011 | 1000100 |
Color Harmonies of #A77CDD
Complementary color
Monochromatic Colors of #A77CDD
Black with #A77CDD
Text Example
Text Example
White with #A77CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CDD; }
p { color: rgb(167,124,221); }
H1.HeaderClassName
{
color: #A77CDD;
}
.AnyTagClassName
{
color: #A77CDD;
}
</style>
background-color css
<style>
a { background-color: #A77CDD; }
a { background-color: rgb(167,124,221); }
div.DivClassName
{
background-color: #A77CDD;
}
.BgClassName
{
background-color: #A77CDD;
}
</style>
border-color css
<style>
span { border-color: #A77CDD; }
span { border-color: rgb(167,124,221); }
td.TdClassName
{
border-color: #A77CDD;
}
.TagClassName
{
border-color: #A77CDD;
}
</style>