Shades of Medium Red Violet #AA2E82
Tints of Medium Red Violet #AA2E82
RGB
CMYK
RGB Variations
Color information
#AA2E82 (or 0xAA2E82) is known color: Medium Red Violet. HEX triplet: AA, 2E and 82. RGB value is (170,46,130). Sum of RGB (Red+Green+Blue) = 170+46+130=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E82 is #55D17D. Grayscale: #5C5C5C. Windows color (decimal): -5624190 or 8531626. OLE color: 8531626.
HSL color Cylindrical-coordinate representation of color #AA2E82: hue angle of 319.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E82 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 130 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.33 |
| HSL | 319.35º | 0.57% | 0.42% | - |
| HSV(B) | 319.35º | 0.73% | 0.67% | - |
| XYZ | 21.58 | 12.11 | 22.32 | - |
| YUV | 92.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 130 | 0 | 0.73 | 0.24 | 0.33 | 319.35 | 0.57 | 0.42 |
| Hex | AA | 2E | 82 | 0 | 49 | 18 | 21 | 13F | 39 | 2A |
| Octal | 252 | 56 | 202 | 0 | 111 | 30 | 41 | 477 | 71 | 52 |
| Binary | 10101010 | 101110 | 10000010 | 0 | 1001001 | 11000 | 100001 | 100111111 | 111001 | 101010 |
Color Harmonies of #AA2E82
Complementary color
Monochromatic Colors of #AA2E82
Black with #AA2E82
Text Example
Text Example
White with #AA2E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E82; }
p { color: rgb(170,46,130); }
H1.HeaderClassName
{
color: #AA2E82;
}
.AnyTagClassName
{
color: #AA2E82;
}
</style>
background-color css
<style>
a { background-color: #AA2E82; }
a { background-color: rgb(170,46,130); }
div.DivClassName
{
background-color: #AA2E82;
}
.BgClassName
{
background-color: #AA2E82;
}
</style>
border-color css
<style>
span { border-color: #AA2E82; }
span { border-color: rgb(170,46,130); }
td.TdClassName
{
border-color: #AA2E82;
}
.TagClassName
{
border-color: #AA2E82;
}
</style>