Shades of Medium Red Violet #AA2176
Tints of Medium Red Violet #AA2176
RGB
CMYK
RGB Variations
Color information
#AA2176 (or 0xAA2176) is known color: Medium Red Violet. HEX triplet: AA, 21 and 76. RGB value is (170,33,118). Sum of RGB (Red+Green+Blue) = 170+33+118=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2176 is #55DE89. Grayscale: #535353. Windows color (decimal): -5627530 or 7741866. OLE color: 7741866.
HSL color Cylindrical-coordinate representation of color #AA2176: hue angle of 322.77º 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 #AA2176 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 118 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.33 |
| HSL | 322.77º | 0.67% | 0.4% | - |
| HSV(B) | 322.77º | 0.81% | 0.67% | - |
| XYZ | 20.39 | 10.94 | 18.18 | - |
| YUV | 83.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 118 | 0 | 0.81 | 0.31 | 0.33 | 322.77 | 0.67 | 0.4 |
| Hex | AA | 21 | 76 | 0 | 51 | 1F | 21 | 143 | 43 | 28 |
| Octal | 252 | 41 | 166 | 0 | 121 | 37 | 41 | 503 | 103 | 50 |
| Binary | 10101010 | 100001 | 1110110 | 0 | 1010001 | 11111 | 100001 | 101000011 | 1000011 | 101000 |
Color Harmonies of #AA2176
Complementary color
Monochromatic Colors of #AA2176
Black with #AA2176
Text Example
Text Example
White with #AA2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2176; }
p { color: rgb(170,33,118); }
H1.HeaderClassName
{
color: #AA2176;
}
.AnyTagClassName
{
color: #AA2176;
}
</style>
background-color css
<style>
a { background-color: #AA2176; }
a { background-color: rgb(170,33,118); }
div.DivClassName
{
background-color: #AA2176;
}
.BgClassName
{
background-color: #AA2176;
}
</style>
border-color css
<style>
span { border-color: #AA2176; }
span { border-color: rgb(170,33,118); }
td.TdClassName
{
border-color: #AA2176;
}
.TagClassName
{
border-color: #AA2176;
}
</style>