Shades of Medium Red Violet #AA2D82
Tints of Medium Red Violet #AA2D82
RGB
CMYK
RGB Variations
Color information
#AA2D82 (or 0xAA2D82) is known color: Medium Red Violet. HEX triplet: AA, 2D and 82. RGB value is (170,45,130). Sum of RGB (Red+Green+Blue) = 170+45+130=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2D82 is #55D27D. Grayscale: #5B5B5B. Windows color (decimal): -5624446 or 8531370. OLE color: 8531370.
HSL color Cylindrical-coordinate representation of color #AA2D82: hue angle of 319.2º 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 #AA2D82 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 130 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.33 |
| HSL | 319.2º | 0.58% | 0.42% | - |
| HSV(B) | 319.2º | 0.74% | 0.67% | - |
| XYZ | 21.55 | 12.03 | 22.31 | - |
| YUV | 92.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 130 | 0 | 0.74 | 0.24 | 0.33 | 319.2 | 0.58 | 0.42 |
| Hex | AA | 2D | 82 | 0 | 4A | 18 | 21 | 13F | 3A | 2A |
| Octal | 252 | 55 | 202 | 0 | 112 | 30 | 41 | 477 | 72 | 52 |
| Binary | 10101010 | 101101 | 10000010 | 0 | 1001010 | 11000 | 100001 | 100111111 | 111010 | 101010 |
Color Harmonies of #AA2D82
Complementary color
Monochromatic Colors of #AA2D82
Black with #AA2D82
Text Example
Text Example
White with #AA2D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D82; }
p { color: rgb(170,45,130); }
H1.HeaderClassName
{
color: #AA2D82;
}
.AnyTagClassName
{
color: #AA2D82;
}
</style>
background-color css
<style>
a { background-color: #AA2D82; }
a { background-color: rgb(170,45,130); }
div.DivClassName
{
background-color: #AA2D82;
}
.BgClassName
{
background-color: #AA2D82;
}
</style>
border-color css
<style>
span { border-color: #AA2D82; }
span { border-color: rgb(170,45,130); }
td.TdClassName
{
border-color: #AA2D82;
}
.TagClassName
{
border-color: #AA2D82;
}
</style>