Shades of Medium Red Violet #AA2D84
Tints of Medium Red Violet #AA2D84
RGB
CMYK
RGB Variations
Color information
#AA2D84 (or 0xAA2D84) is known color: Medium Red Violet. HEX triplet: AA, 2D and 84. RGB value is (170,45,132). Sum of RGB (Red+Green+Blue) = 170+45+132=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2D84 is #55D27B. Grayscale: #5C5C5C. Windows color (decimal): -5624444 or 8662442. OLE color: 8662442.
HSL color Cylindrical-coordinate representation of color #AA2D84: hue angle of 318.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D84 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 132 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.33 |
| HSL | 318.24º | 0.58% | 0.42% | - |
| HSV(B) | 318.24º | 0.74% | 0.67% | - |
| XYZ | 21.68 | 12.09 | 23.02 | - |
| YUV | 92.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 132 | 0 | 0.74 | 0.22 | 0.33 | 318.24 | 0.58 | 0.42 |
| Hex | AA | 2D | 84 | 0 | 4A | 16 | 21 | 13E | 3A | 2A |
| Octal | 252 | 55 | 204 | 0 | 112 | 26 | 41 | 476 | 72 | 52 |
| Binary | 10101010 | 101101 | 10000100 | 0 | 1001010 | 10110 | 100001 | 100111110 | 111010 | 101010 |
Color Harmonies of #AA2D84
Complementary color
Monochromatic Colors of #AA2D84
Black with #AA2D84
Text Example
Text Example
White with #AA2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D84; }
p { color: rgb(170,45,132); }
H1.HeaderClassName
{
color: #AA2D84;
}
.AnyTagClassName
{
color: #AA2D84;
}
</style>
background-color css
<style>
a { background-color: #AA2D84; }
a { background-color: rgb(170,45,132); }
div.DivClassName
{
background-color: #AA2D84;
}
.BgClassName
{
background-color: #AA2D84;
}
</style>
border-color css
<style>
span { border-color: #AA2D84; }
span { border-color: rgb(170,45,132); }
td.TdClassName
{
border-color: #AA2D84;
}
.TagClassName
{
border-color: #AA2D84;
}
</style>