Shades of Medium Purple #AA7CDD
Tints of Medium Purple #AA7CDD
RGB
CMYK
RGB Variations
Color information
#AA7CDD (or 0xAA7CDD) is known color: Medium Purple. HEX triplet: AA, 7C and DD. RGB value is (170,124,221). Sum of RGB (Red+Green+Blue) = 170+124+221=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDD is #558322. Grayscale: #949494. Windows color (decimal): -5604131 or 14515370. OLE color: 14515370.
HSL color Cylindrical-coordinate representation of color #AA7CDD: hue angle of 268.45º 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 #AA7CDD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 124 | 221 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.13 |
| HSL | 268.45º | 0.59% | 0.68% | - |
| HSV(B) | 268.45º | 0.44% | 0.87% | - |
| XYZ | 36.84 | 28.18 | 71.9 | - |
| YUV | 148.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 221 | 0.23 | 0.44 | 0 | 0.13 | 268.45 | 0.59 | 0.68 |
| Hex | AA | 7C | DD | 17 | 2C | 0 | D | 10C | 3B | 44 |
| Octal | 252 | 174 | 335 | 27 | 54 | 0 | 15 | 414 | 73 | 104 |
| Binary | 10101010 | 1111100 | 11011101 | 10111 | 101100 | 0 | 1101 | 100001100 | 111011 | 1000100 |
Color Harmonies of #AA7CDD
Complementary color
Monochromatic Colors of #AA7CDD
Black with #AA7CDD
Text Example
Text Example
White with #AA7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CDD; }
p { color: rgb(170,124,221); }
H1.HeaderClassName
{
color: #AA7CDD;
}
.AnyTagClassName
{
color: #AA7CDD;
}
</style>
background-color css
<style>
a { background-color: #AA7CDD; }
a { background-color: rgb(170,124,221); }
div.DivClassName
{
background-color: #AA7CDD;
}
.BgClassName
{
background-color: #AA7CDD;
}
</style>
border-color css
<style>
span { border-color: #AA7CDD; }
span { border-color: rgb(170,124,221); }
td.TdClassName
{
border-color: #AA7CDD;
}
.TagClassName
{
border-color: #AA7CDD;
}
</style>