Shades of Medium Red Violet #AA398D
Tints of Medium Red Violet #AA398D
RGB
CMYK
RGB Variations
Color information
#AA398D (or 0xAA398D) is known color: Medium Red Violet. HEX triplet: AA, 39 and 8D. RGB value is (170,57,141). Sum of RGB (Red+Green+Blue) = 170+57+141=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA398D is #55C672. Grayscale: #646464. Windows color (decimal): -5621363 or 9255338. OLE color: 9255338.
HSL color Cylindrical-coordinate representation of color #AA398D: hue angle of 315.4º 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 #AA398D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 141 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.33 |
| HSL | 315.4º | 0.5% | 0.45% | - |
| HSV(B) | 315.4º | 0.66% | 0.67% | - |
| XYZ | 22.85 | 13.4 | 26.58 | - |
| YUV | 100.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 141 | 0 | 0.66 | 0.17 | 0.33 | 315.4 | 0.5 | 0.45 |
| Hex | AA | 39 | 8D | 0 | 42 | 11 | 21 | 13B | 32 | 2D |
| Octal | 252 | 71 | 215 | 0 | 102 | 21 | 41 | 473 | 62 | 55 |
| Binary | 10101010 | 111001 | 10001101 | 0 | 1000010 | 10001 | 100001 | 100111011 | 110010 | 101101 |
Color Harmonies of #AA398D
Complementary color
Monochromatic Colors of #AA398D
Black with #AA398D
Text Example
Text Example
White with #AA398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA398D; }
p { color: rgb(170,57,141); }
H1.HeaderClassName
{
color: #AA398D;
}
.AnyTagClassName
{
color: #AA398D;
}
</style>
background-color css
<style>
a { background-color: #AA398D; }
a { background-color: rgb(170,57,141); }
div.DivClassName
{
background-color: #AA398D;
}
.BgClassName
{
background-color: #AA398D;
}
</style>
border-color css
<style>
span { border-color: #AA398D; }
span { border-color: rgb(170,57,141); }
td.TdClassName
{
border-color: #AA398D;
}
.TagClassName
{
border-color: #AA398D;
}
</style>