Shades of Medium Purple #AA79DC
Tints of Medium Purple #AA79DC
RGB
CMYK
RGB Variations
Color information
#AA79DC (or 0xAA79DC) is known color: Medium Purple. HEX triplet: AA, 79 and DC. RGB value is (170,121,220). Sum of RGB (Red+Green+Blue) = 170+121+220=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79DC is #558623. Grayscale: #929292. Windows color (decimal): -5604900 or 14449066. OLE color: 14449066.
HSL color Cylindrical-coordinate representation of color #AA79DC: hue angle of 269.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA79DC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 121 | 220 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.14 |
| HSL | 269.7º | 0.59% | 0.67% | - |
| HSV(B) | 269.7º | 0.45% | 0.86% | - |
| XYZ | 36.33 | 27.39 | 71.08 | - |
| YUV | 146.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 220 | 0.23 | 0.45 | 0 | 0.14 | 269.7 | 0.59 | 0.67 |
| Hex | AA | 79 | DC | 17 | 2D | 0 | E | 10E | 3B | 43 |
| Octal | 252 | 171 | 334 | 27 | 55 | 0 | 16 | 416 | 73 | 103 |
| Binary | 10101010 | 1111001 | 11011100 | 10111 | 101101 | 0 | 1110 | 100001110 | 111011 | 1000011 |
Color Harmonies of #AA79DC
Complementary color
Monochromatic Colors of #AA79DC
Black with #AA79DC
Text Example
Text Example
White with #AA79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA79DC; }
p { color: rgb(170,121,220); }
H1.HeaderClassName
{
color: #AA79DC;
}
.AnyTagClassName
{
color: #AA79DC;
}
</style>
background-color css
<style>
a { background-color: #AA79DC; }
a { background-color: rgb(170,121,220); }
div.DivClassName
{
background-color: #AA79DC;
}
.BgClassName
{
background-color: #AA79DC;
}
</style>
border-color css
<style>
span { border-color: #AA79DC; }
span { border-color: rgb(170,121,220); }
td.TdClassName
{
border-color: #AA79DC;
}
.TagClassName
{
border-color: #AA79DC;
}
</style>