Shades of Medium Red Violet #AA398E
Tints of Medium Red Violet #AA398E
RGB
CMYK
RGB Variations
Color information
#AA398E (or 0xAA398E) is known color: Medium Red Violet. HEX triplet: AA, 39 and 8E. RGB value is (170,57,142). Sum of RGB (Red+Green+Blue) = 170+57+142=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA398E is #55C671. Grayscale: #646464. Windows color (decimal): -5621362 or 9320874. OLE color: 9320874.
HSL color Cylindrical-coordinate representation of color #AA398E: hue angle of 314.87º 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 #AA398E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 142 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.33 |
| HSL | 314.87º | 0.5% | 0.45% | - |
| HSV(B) | 314.87º | 0.66% | 0.67% | - |
| XYZ | 22.92 | 13.43 | 26.97 | - |
| YUV | 100.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 142 | 0 | 0.66 | 0.16 | 0.33 | 314.87 | 0.5 | 0.45 |
| Hex | AA | 39 | 8E | 0 | 42 | 10 | 21 | 13B | 32 | 2D |
| Octal | 252 | 71 | 216 | 0 | 102 | 20 | 41 | 473 | 62 | 55 |
| Binary | 10101010 | 111001 | 10001110 | 0 | 1000010 | 10000 | 100001 | 100111011 | 110010 | 101101 |
Color Harmonies of #AA398E
Complementary color
Monochromatic Colors of #AA398E
Black with #AA398E
Text Example
Text Example
White with #AA398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA398E; }
p { color: rgb(170,57,142); }
H1.HeaderClassName
{
color: #AA398E;
}
.AnyTagClassName
{
color: #AA398E;
}
</style>
background-color css
<style>
a { background-color: #AA398E; }
a { background-color: rgb(170,57,142); }
div.DivClassName
{
background-color: #AA398E;
}
.BgClassName
{
background-color: #AA398E;
}
</style>
border-color css
<style>
span { border-color: #AA398E; }
span { border-color: rgb(170,57,142); }
td.TdClassName
{
border-color: #AA398E;
}
.TagClassName
{
border-color: #AA398E;
}
</style>