Shades of Medium Red Violet #AA3988
Tints of Medium Red Violet #AA3988
RGB
CMYK
RGB Variations
Color information
#AA3988 (or 0xAA3988) is known color: Medium Red Violet. HEX triplet: AA, 39 and 88. RGB value is (170,57,136). Sum of RGB (Red+Green+Blue) = 170+57+136=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3988 is #55C677. Grayscale: #636363. Windows color (decimal): -5621368 or 8927658. OLE color: 8927658.
HSL color Cylindrical-coordinate representation of color #AA3988: hue angle of 318.05º 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 #AA3988 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 136 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.33 |
| HSL | 318.05º | 0.5% | 0.45% | - |
| HSV(B) | 318.05º | 0.66% | 0.67% | - |
| XYZ | 22.48 | 13.25 | 24.66 | - |
| YUV | 99.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 136 | 0 | 0.66 | 0.20 | 0.33 | 318.05 | 0.5 | 0.45 |
| Hex | AA | 39 | 88 | 0 | 42 | 14 | 21 | 13E | 32 | 2D |
| Octal | 252 | 71 | 210 | 0 | 102 | 24 | 41 | 476 | 62 | 55 |
| Binary | 10101010 | 111001 | 10001000 | 0 | 1000010 | 10100 | 100001 | 100111110 | 110010 | 101101 |
Color Harmonies of #AA3988
Complementary color
Monochromatic Colors of #AA3988
Black with #AA3988
Text Example
Text Example
White with #AA3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3988; }
p { color: rgb(170,57,136); }
H1.HeaderClassName
{
color: #AA3988;
}
.AnyTagClassName
{
color: #AA3988;
}
</style>
background-color css
<style>
a { background-color: #AA3988; }
a { background-color: rgb(170,57,136); }
div.DivClassName
{
background-color: #AA3988;
}
.BgClassName
{
background-color: #AA3988;
}
</style>
border-color css
<style>
span { border-color: #AA3988; }
span { border-color: rgb(170,57,136); }
td.TdClassName
{
border-color: #AA3988;
}
.TagClassName
{
border-color: #AA3988;
}
</style>