Shades of Medium Red Violet #AA397B
Tints of Medium Red Violet #AA397B
RGB
CMYK
RGB Variations
Color information
#AA397B (or 0xAA397B) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7B. RGB value is (170,57,123). Sum of RGB (Red+Green+Blue) = 170+57+123=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397B is #55C684. Grayscale: #626262. Windows color (decimal): -5621381 or 8075690. OLE color: 8075690.
HSL color Cylindrical-coordinate representation of color #AA397B: hue angle of 324.96º 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 #AA397B is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 123 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.33 |
| HSL | 324.96º | 0.5% | 0.45% | - |
| HSV(B) | 324.96º | 0.66% | 0.67% | - |
| XYZ | 21.62 | 12.9 | 20.09 | - |
| YUV | 98.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 123 | 0 | 0.66 | 0.28 | 0.33 | 324.96 | 0.5 | 0.45 |
| Hex | AA | 39 | 7B | 0 | 42 | 1C | 21 | 145 | 32 | 2D |
| Octal | 252 | 71 | 173 | 0 | 102 | 34 | 41 | 505 | 62 | 55 |
| Binary | 10101010 | 111001 | 1111011 | 0 | 1000010 | 11100 | 100001 | 101000101 | 110010 | 101101 |
Color Harmonies of #AA397B
Complementary color
Monochromatic Colors of #AA397B
Black with #AA397B
Text Example
Text Example
White with #AA397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA397B; }
p { color: rgb(170,57,123); }
H1.HeaderClassName
{
color: #AA397B;
}
.AnyTagClassName
{
color: #AA397B;
}
</style>
background-color css
<style>
a { background-color: #AA397B; }
a { background-color: rgb(170,57,123); }
div.DivClassName
{
background-color: #AA397B;
}
.BgClassName
{
background-color: #AA397B;
}
</style>
border-color css
<style>
span { border-color: #AA397B; }
span { border-color: rgb(170,57,123); }
td.TdClassName
{
border-color: #AA397B;
}
.TagClassName
{
border-color: #AA397B;
}
</style>