Shades of Medium Red Violet #AA2182
Tints of Medium Red Violet #AA2182
RGB
CMYK
RGB Variations
Color information
#AA2182 (or 0xAA2182) is known color: Medium Red Violet. HEX triplet: AA, 21 and 82. RGB value is (170,33,130). Sum of RGB (Red+Green+Blue) = 170+33+130=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2182 is #55DE7D. Grayscale: #545454. Windows color (decimal): -5627518 or 8528298. OLE color: 8528298.
HSL color Cylindrical-coordinate representation of color #AA2182: hue angle of 317.52º degrees, saturation: 0.67, 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 #AA2182 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 130 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.33 |
| HSL | 317.52º | 0.67% | 0.4% | - |
| HSV(B) | 317.52º | 0.81% | 0.67% | - |
| XYZ | 21.15 | 11.25 | 22.17 | - |
| YUV | 85.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 130 | 0 | 0.81 | 0.24 | 0.33 | 317.52 | 0.67 | 0.4 |
| Hex | AA | 21 | 82 | 0 | 51 | 18 | 21 | 13E | 43 | 28 |
| Octal | 252 | 41 | 202 | 0 | 121 | 30 | 41 | 476 | 103 | 50 |
| Binary | 10101010 | 100001 | 10000010 | 0 | 1010001 | 11000 | 100001 | 100111110 | 1000011 | 101000 |
Color Harmonies of #AA2182
Complementary color
Monochromatic Colors of #AA2182
Black with #AA2182
Text Example
Text Example
White with #AA2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2182; }
p { color: rgb(170,33,130); }
H1.HeaderClassName
{
color: #AA2182;
}
.AnyTagClassName
{
color: #AA2182;
}
</style>
background-color css
<style>
a { background-color: #AA2182; }
a { background-color: rgb(170,33,130); }
div.DivClassName
{
background-color: #AA2182;
}
.BgClassName
{
background-color: #AA2182;
}
</style>
border-color css
<style>
span { border-color: #AA2182; }
span { border-color: rgb(170,33,130); }
td.TdClassName
{
border-color: #AA2182;
}
.TagClassName
{
border-color: #AA2182;
}
</style>