Shades of Medium Red Violet #AA2082
Tints of Medium Red Violet #AA2082
RGB
CMYK
RGB Variations
Color information
#AA2082 (or 0xAA2082) is known color: Medium Red Violet. HEX triplet: AA, 20 and 82. RGB value is (170,32,130). Sum of RGB (Red+Green+Blue) = 170+32+130=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2082 is #55DF7D. Grayscale: #545454. Windows color (decimal): -5627774 or 8528042. OLE color: 8528042.
HSL color Cylindrical-coordinate representation of color #AA2082: hue angle of 317.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2082 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 130 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.33 |
| HSL | 317.39º | 0.68% | 0.4% | - |
| HSV(B) | 317.39º | 0.81% | 0.67% | - |
| XYZ | 21.12 | 11.19 | 22.17 | - |
| YUV | 84.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 130 | 0 | 0.81 | 0.24 | 0.33 | 317.39 | 0.68 | 0.4 |
| Hex | AA | 20 | 82 | 0 | 51 | 18 | 21 | 13D | 44 | 28 |
| Octal | 252 | 40 | 202 | 0 | 121 | 30 | 41 | 475 | 104 | 50 |
| Binary | 10101010 | 100000 | 10000010 | 0 | 1010001 | 11000 | 100001 | 100111101 | 1000100 | 101000 |
Color Harmonies of #AA2082
Complementary color
Monochromatic Colors of #AA2082
Black with #AA2082
Text Example
Text Example
White with #AA2082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2082; }
p { color: rgb(170,32,130); }
H1.HeaderClassName
{
color: #AA2082;
}
.AnyTagClassName
{
color: #AA2082;
}
</style>
background-color css
<style>
a { background-color: #AA2082; }
a { background-color: rgb(170,32,130); }
div.DivClassName
{
background-color: #AA2082;
}
.BgClassName
{
background-color: #AA2082;
}
</style>
border-color css
<style>
span { border-color: #AA2082; }
span { border-color: rgb(170,32,130); }
td.TdClassName
{
border-color: #AA2082;
}
.TagClassName
{
border-color: #AA2082;
}
</style>