Shades of Medium Red Violet #AA397A
Tints of Medium Red Violet #AA397A
RGB
CMYK
RGB Variations
Color information
#AA397A (or 0xAA397A) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7A. RGB value is (170,57,122). Sum of RGB (Red+Green+Blue) = 170+57+122=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397A is #55C685. Grayscale: #626262. Windows color (decimal): -5621382 or 8010154. OLE color: 8010154.
HSL color Cylindrical-coordinate representation of color #AA397A: hue angle of 325.49º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA397A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 122 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.33 |
| HSL | 325.49º | 0.5% | 0.45% | - |
| HSV(B) | 325.49º | 0.66% | 0.67% | - |
| XYZ | 21.55 | 12.88 | 19.76 | - |
| YUV | 98.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 122 | 0 | 0.66 | 0.28 | 0.33 | 325.49 | 0.5 | 0.45 |
| Hex | AA | 39 | 7A | 0 | 42 | 1C | 21 | 145 | 32 | 2D |
| Octal | 252 | 71 | 172 | 0 | 102 | 34 | 41 | 505 | 62 | 55 |
| Binary | 10101010 | 111001 | 1111010 | 0 | 1000010 | 11100 | 100001 | 101000101 | 110010 | 101101 |
Color Harmonies of #AA397A
Complementary color
Monochromatic Colors of #AA397A
Black with #AA397A
Text Example
Text Example
White with #AA397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA397A; }
p { color: rgb(170,57,122); }
H1.HeaderClassName
{
color: #AA397A;
}
.AnyTagClassName
{
color: #AA397A;
}
</style>
background-color css
<style>
a { background-color: #AA397A; }
a { background-color: rgb(170,57,122); }
div.DivClassName
{
background-color: #AA397A;
}
.BgClassName
{
background-color: #AA397A;
}
</style>
border-color css
<style>
span { border-color: #AA397A; }
span { border-color: rgb(170,57,122); }
td.TdClassName
{
border-color: #AA397A;
}
.TagClassName
{
border-color: #AA397A;
}
</style>