Shades of Medium Red Violet #AA4988
Tints of Medium Red Violet #AA4988
RGB
CMYK
RGB Variations
Color information
#AA4988 (or 0xAA4988) is known color: Medium Red Violet. HEX triplet: AA, 49 and 88. RGB value is (170,73,136). Sum of RGB (Red+Green+Blue) = 170+73+136=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4988 is #55B677. Grayscale: #6D6D6D. Windows color (decimal): -5617272 or 8931754. OLE color: 8931754.
HSL color Cylindrical-coordinate representation of color #AA4988: hue angle of 321.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4988 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 136 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.33 |
| HSL | 321.03º | 0.4% | 0.48% | - |
| HSV(B) | 321.03º | 0.57% | 0.67% | - |
| XYZ | 23.4 | 15.09 | 24.97 | - |
| YUV | 109.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 136 | 0 | 0.57 | 0.20 | 0.33 | 321.03 | 0.4 | 0.48 |
| Hex | AA | 49 | 88 | 0 | 39 | 14 | 21 | 141 | 28 | 30 |
| Octal | 252 | 111 | 210 | 0 | 71 | 24 | 41 | 501 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10001000 | 0 | 111001 | 10100 | 100001 | 101000001 | 101000 | 110000 |
Color Harmonies of #AA4988
Complementary color
Monochromatic Colors of #AA4988
Black with #AA4988
Text Example
Text Example
White with #AA4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4988; }
p { color: rgb(170,73,136); }
H1.HeaderClassName
{
color: #AA4988;
}
.AnyTagClassName
{
color: #AA4988;
}
</style>
background-color css
<style>
a { background-color: #AA4988; }
a { background-color: rgb(170,73,136); }
div.DivClassName
{
background-color: #AA4988;
}
.BgClassName
{
background-color: #AA4988;
}
</style>
border-color css
<style>
span { border-color: #AA4988; }
span { border-color: rgb(170,73,136); }
td.TdClassName
{
border-color: #AA4988;
}
.TagClassName
{
border-color: #AA4988;
}
</style>