Shades of Medium Red Violet #AA2297
Tints of Medium Red Violet #AA2297
RGB
CMYK
RGB Variations
Color information
#AA2297 (or 0xAA2297) is known color: Medium Red Violet. HEX triplet: AA, 22 and 97. RGB value is (170,34,151). Sum of RGB (Red+Green+Blue) = 170+34+151=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2297 is #55DD68. Grayscale: #575757. Windows color (decimal): -5627241 or 9904810. OLE color: 9904810.
HSL color Cylindrical-coordinate representation of color #AA2297: hue angle of 308.38º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2297 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 151 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.33 |
| HSL | 308.38º | 0.67% | 0.4% | - |
| HSV(B) | 308.38º | 0.8% | 0.67% | - |
| XYZ | 22.74 | 11.92 | 30.38 | - |
| YUV | 88 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 151 | 0 | 0.80 | 0.11 | 0.33 | 308.38 | 0.67 | 0.4 |
| Hex | AA | 22 | 97 | 0 | 50 | B | 21 | 134 | 43 | 28 |
| Octal | 252 | 42 | 227 | 0 | 120 | 13 | 41 | 464 | 103 | 50 |
| Binary | 10101010 | 100010 | 10010111 | 0 | 1010000 | 1011 | 100001 | 100110100 | 1000011 | 101000 |
Color Harmonies of #AA2297
Complementary color
Monochromatic Colors of #AA2297
Black with #AA2297
Text Example
Text Example
White with #AA2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2297; }
p { color: rgb(170,34,151); }
H1.HeaderClassName
{
color: #AA2297;
}
.AnyTagClassName
{
color: #AA2297;
}
</style>
background-color css
<style>
a { background-color: #AA2297; }
a { background-color: rgb(170,34,151); }
div.DivClassName
{
background-color: #AA2297;
}
.BgClassName
{
background-color: #AA2297;
}
</style>
border-color css
<style>
span { border-color: #AA2297; }
span { border-color: rgb(170,34,151); }
td.TdClassName
{
border-color: #AA2297;
}
.TagClassName
{
border-color: #AA2297;
}
</style>