Shades of Medium Red Violet #AA2C91
Tints of Medium Red Violet #AA2C91
RGB
CMYK
RGB Variations
Color information
#AA2C91 (or 0xAA2C91) is known color: Medium Red Violet. HEX triplet: AA, 2C and 91. RGB value is (170,44,145). Sum of RGB (Red+Green+Blue) = 170+44+145=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C91 is #55D36E. Grayscale: #5C5C5C. Windows color (decimal): -5624687 or 9514154. OLE color: 9514154.
HSL color Cylindrical-coordinate representation of color #AA2C91: hue angle of 311.9º 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 #AA2C91 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 145 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.33 |
| HSL | 311.9º | 0.59% | 0.42% | - |
| HSV(B) | 311.9º | 0.74% | 0.67% | - |
| XYZ | 22.59 | 12.39 | 27.99 | - |
| YUV | 93.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 145 | 0 | 0.74 | 0.15 | 0.33 | 311.9 | 0.59 | 0.42 |
| Hex | AA | 2C | 91 | 0 | 4A | F | 21 | 138 | 3B | 2A |
| Octal | 252 | 54 | 221 | 0 | 112 | 17 | 41 | 470 | 73 | 52 |
| Binary | 10101010 | 101100 | 10010001 | 0 | 1001010 | 1111 | 100001 | 100111000 | 111011 | 101010 |
Color Harmonies of #AA2C91
Complementary color
Monochromatic Colors of #AA2C91
Black with #AA2C91
Text Example
Text Example
White with #AA2C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C91; }
p { color: rgb(170,44,145); }
H1.HeaderClassName
{
color: #AA2C91;
}
.AnyTagClassName
{
color: #AA2C91;
}
</style>
background-color css
<style>
a { background-color: #AA2C91; }
a { background-color: rgb(170,44,145); }
div.DivClassName
{
background-color: #AA2C91;
}
.BgClassName
{
background-color: #AA2C91;
}
</style>
border-color css
<style>
span { border-color: #AA2C91; }
span { border-color: rgb(170,44,145); }
td.TdClassName
{
border-color: #AA2C91;
}
.TagClassName
{
border-color: #AA2C91;
}
</style>