Shades of Medium Purple #AA79DD
Tints of Medium Purple #AA79DD
RGB
CMYK
RGB Variations
Color information
#AA79DD (or 0xAA79DD) is known color: Medium Purple. HEX triplet: AA, 79 and DD. RGB value is (170,121,221). Sum of RGB (Red+Green+Blue) = 170+121+221=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 121 (47.66% from 255 or 23.63% 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 #AA79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79DD is #558622. Grayscale: #929292. Windows color (decimal): -5604899 or 14514602. OLE color: 14514602.
HSL color Cylindrical-coordinate representation of color #AA79DD: hue angle of 269.4º degrees, saturation: 0.6, 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 #AA79DD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 121 | 221 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.13 |
| HSL | 269.4º | 0.6% | 0.67% | - |
| HSV(B) | 269.4º | 0.45% | 0.87% | - |
| XYZ | 36.47 | 27.44 | 71.78 | - |
| YUV | 147.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 221 | 0.23 | 0.45 | 0 | 0.13 | 269.4 | 0.6 | 0.67 |
| Hex | AA | 79 | DD | 17 | 2D | 0 | D | 10D | 3C | 43 |
| Octal | 252 | 171 | 335 | 27 | 55 | 0 | 15 | 415 | 74 | 103 |
| Binary | 10101010 | 1111001 | 11011101 | 10111 | 101101 | 0 | 1101 | 100001101 | 111100 | 1000011 |
Color Harmonies of #AA79DD
Complementary color
Monochromatic Colors of #AA79DD
Black with #AA79DD
Text Example
Text Example
White with #AA79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA79DD; }
p { color: rgb(170,121,221); }
H1.HeaderClassName
{
color: #AA79DD;
}
.AnyTagClassName
{
color: #AA79DD;
}
</style>
background-color css
<style>
a { background-color: #AA79DD; }
a { background-color: rgb(170,121,221); }
div.DivClassName
{
background-color: #AA79DD;
}
.BgClassName
{
background-color: #AA79DD;
}
</style>
border-color css
<style>
span { border-color: #AA79DD; }
span { border-color: rgb(170,121,221); }
td.TdClassName
{
border-color: #AA79DD;
}
.TagClassName
{
border-color: #AA79DD;
}
</style>