Shades of Medium Red Violet #AA3188
Tints of Medium Red Violet #AA3188
RGB
CMYK
RGB Variations
Color information
#AA3188 (or 0xAA3188) is known color: Medium Red Violet. HEX triplet: AA, 31 and 88. RGB value is (170,49,136). Sum of RGB (Red+Green+Blue) = 170+49+136=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3188 is #55CE77. Grayscale: #5E5E5E. Windows color (decimal): -5623416 or 8925610. OLE color: 8925610.
HSL color Cylindrical-coordinate representation of color #AA3188: hue angle of 316.86º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3188 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 136 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.33 |
| HSL | 316.86º | 0.55% | 0.43% | - |
| HSV(B) | 316.86º | 0.71% | 0.67% | - |
| XYZ | 22.12 | 12.52 | 24.54 | - |
| YUV | 95.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 136 | 0 | 0.71 | 0.20 | 0.33 | 316.86 | 0.55 | 0.43 |
| Hex | AA | 31 | 88 | 0 | 47 | 14 | 21 | 13D | 37 | 2B |
| Octal | 252 | 61 | 210 | 0 | 107 | 24 | 41 | 475 | 67 | 53 |
| Binary | 10101010 | 110001 | 10001000 | 0 | 1000111 | 10100 | 100001 | 100111101 | 110111 | 101011 |
Color Harmonies of #AA3188
Complementary color
Monochromatic Colors of #AA3188
Black with #AA3188
Text Example
Text Example
White with #AA3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3188; }
p { color: rgb(170,49,136); }
H1.HeaderClassName
{
color: #AA3188;
}
.AnyTagClassName
{
color: #AA3188;
}
</style>
background-color css
<style>
a { background-color: #AA3188; }
a { background-color: rgb(170,49,136); }
div.DivClassName
{
background-color: #AA3188;
}
.BgClassName
{
background-color: #AA3188;
}
</style>
border-color css
<style>
span { border-color: #AA3188; }
span { border-color: rgb(170,49,136); }
td.TdClassName
{
border-color: #AA3188;
}
.TagClassName
{
border-color: #AA3188;
}
</style>