Shades of Medium Red Violet #AA2C92
Tints of Medium Red Violet #AA2C92
RGB
CMYK
RGB Variations
Color information
#AA2C92 (or 0xAA2C92) is known color: Medium Red Violet. HEX triplet: AA, 2C and 92. RGB value is (170,44,146). Sum of RGB (Red+Green+Blue) = 170+44+146=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C92 is #55D36D. Grayscale: #5D5D5D. Windows color (decimal): -5624686 or 9579690. OLE color: 9579690.
HSL color Cylindrical-coordinate representation of color #AA2C92: hue angle of 311.43º degrees, saturation: 0.59, 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 #AA2C92 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 146 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.33 |
| HSL | 311.43º | 0.59% | 0.42% | - |
| HSV(B) | 311.43º | 0.74% | 0.67% | - |
| XYZ | 22.67 | 12.42 | 28.4 | - |
| YUV | 93.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 146 | 0 | 0.74 | 0.14 | 0.33 | 311.43 | 0.59 | 0.42 |
| Hex | AA | 2C | 92 | 0 | 4A | E | 21 | 137 | 3B | 2A |
| Octal | 252 | 54 | 222 | 0 | 112 | 16 | 41 | 467 | 73 | 52 |
| Binary | 10101010 | 101100 | 10010010 | 0 | 1001010 | 1110 | 100001 | 100110111 | 111011 | 101010 |
Color Harmonies of #AA2C92
Complementary color
Monochromatic Colors of #AA2C92
Black with #AA2C92
Text Example
Text Example
White with #AA2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C92; }
p { color: rgb(170,44,146); }
H1.HeaderClassName
{
color: #AA2C92;
}
.AnyTagClassName
{
color: #AA2C92;
}
</style>
background-color css
<style>
a { background-color: #AA2C92; }
a { background-color: rgb(170,44,146); }
div.DivClassName
{
background-color: #AA2C92;
}
.BgClassName
{
background-color: #AA2C92;
}
</style>
border-color css
<style>
span { border-color: #AA2C92; }
span { border-color: rgb(170,44,146); }
td.TdClassName
{
border-color: #AA2C92;
}
.TagClassName
{
border-color: #AA2C92;
}
</style>