Shades of Medium Red Violet #AA4297
Tints of Medium Red Violet #AA4297
RGB
CMYK
RGB Variations
Color information
#AA4297 (or 0xAA4297) is known color: Medium Red Violet. HEX triplet: AA, 42 and 97. RGB value is (170,66,151). Sum of RGB (Red+Green+Blue) = 170+66+151=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4297 is #55BD68. Grayscale: #6A6A6A. Windows color (decimal): -5619049 or 9913002. OLE color: 9913002.
HSL color Cylindrical-coordinate representation of color #AA4297: hue angle of 310.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4297 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 151 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.33 |
| HSL | 310.96º | 0.44% | 0.46% | - |
| HSV(B) | 310.96º | 0.61% | 0.67% | - |
| XYZ | 24.11 | 14.68 | 30.84 | - |
| YUV | 106.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 151 | 0 | 0.61 | 0.11 | 0.33 | 310.96 | 0.44 | 0.46 |
| Hex | AA | 42 | 97 | 0 | 3D | B | 21 | 137 | 2C | 2E |
| Octal | 252 | 102 | 227 | 0 | 75 | 13 | 41 | 467 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10010111 | 0 | 111101 | 1011 | 100001 | 100110111 | 101100 | 101110 |
Color Harmonies of #AA4297
Complementary color
Monochromatic Colors of #AA4297
Black with #AA4297
Text Example
Text Example
White with #AA4297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4297; }
p { color: rgb(170,66,151); }
H1.HeaderClassName
{
color: #AA4297;
}
.AnyTagClassName
{
color: #AA4297;
}
</style>
background-color css
<style>
a { background-color: #AA4297; }
a { background-color: rgb(170,66,151); }
div.DivClassName
{
background-color: #AA4297;
}
.BgClassName
{
background-color: #AA4297;
}
</style>
border-color css
<style>
span { border-color: #AA4297; }
span { border-color: rgb(170,66,151); }
td.TdClassName
{
border-color: #AA4297;
}
.TagClassName
{
border-color: #AA4297;
}
</style>