Shades of Medium Red Violet #AA397D
Tints of Medium Red Violet #AA397D
RGB
CMYK
RGB Variations
Color information
#AA397D (or 0xAA397D) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7D. RGB value is (170,57,125). Sum of RGB (Red+Green+Blue) = 170+57+125=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397D is #55C682. Grayscale: #626262. Windows color (decimal): -5621379 or 8206762. OLE color: 8206762.
HSL color Cylindrical-coordinate representation of color #AA397D: hue angle of 323.89º 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 #AA397D is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 125 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.33 |
| HSL | 323.89º | 0.5% | 0.45% | - |
| HSV(B) | 323.89º | 0.66% | 0.67% | - |
| XYZ | 21.74 | 12.95 | 20.76 | - |
| YUV | 98.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 125 | 0 | 0.66 | 0.26 | 0.33 | 323.89 | 0.5 | 0.45 |
| Hex | AA | 39 | 7D | 0 | 42 | 1A | 21 | 144 | 32 | 2D |
| Octal | 252 | 71 | 175 | 0 | 102 | 32 | 41 | 504 | 62 | 55 |
| Binary | 10101010 | 111001 | 1111101 | 0 | 1000010 | 11010 | 100001 | 101000100 | 110010 | 101101 |
Color Harmonies of #AA397D
Complementary color
Monochromatic Colors of #AA397D
Black with #AA397D
Text Example
Text Example
White with #AA397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA397D; }
p { color: rgb(170,57,125); }
H1.HeaderClassName
{
color: #AA397D;
}
.AnyTagClassName
{
color: #AA397D;
}
</style>
background-color css
<style>
a { background-color: #AA397D; }
a { background-color: rgb(170,57,125); }
div.DivClassName
{
background-color: #AA397D;
}
.BgClassName
{
background-color: #AA397D;
}
</style>
border-color css
<style>
span { border-color: #AA397D; }
span { border-color: rgb(170,57,125); }
td.TdClassName
{
border-color: #AA397D;
}
.TagClassName
{
border-color: #AA397D;
}
</style>