Shades of Medium Violet Red #AA0988
Tints of Medium Violet Red #AA0988
RGB
CMYK
RGB Variations
Color information
#AA0988 (or 0xAA0988) is known color: Medium Violet Red. HEX triplet: AA, 09 and 88. RGB value is (170,9,136). Sum of RGB (Red+Green+Blue) = 170+9+136=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0988 is #55F677. Grayscale: #474747. Windows color (decimal): -5633656 or 8915370. OLE color: 8915370.
HSL color Cylindrical-coordinate representation of color #AA0988: hue angle of 312.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0988 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 136 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.67º | 0.9% | 0.35% | - |
| HSV(B) | 312.67º | 0.95% | 0.67% | - |
| XYZ | 21.12 | 10.52 | 24.21 | - |
| YUV | 71.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 136 | 0 | 0.95 | 0.20 | 0.33 | 312.67 | 0.9 | 0.35 |
| Hex | AA | 9 | 88 | 0 | 5F | 14 | 21 | 139 | 5A | 23 |
| Octal | 252 | 11 | 210 | 0 | 137 | 24 | 41 | 471 | 132 | 43 |
| Binary | 10101010 | 1001 | 10001000 | 0 | 1011111 | 10100 | 100001 | 100111001 | 1011010 | 100011 |
Color Harmonies of #AA0988
Complementary color
Monochromatic Colors of #AA0988
Black with #AA0988
Text Example
Text Example
White with #AA0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0988; }
p { color: rgb(170,9,136); }
H1.HeaderClassName
{
color: #AA0988;
}
.AnyTagClassName
{
color: #AA0988;
}
</style>
background-color css
<style>
a { background-color: #AA0988; }
a { background-color: rgb(170,9,136); }
div.DivClassName
{
background-color: #AA0988;
}
.BgClassName
{
background-color: #AA0988;
}
</style>
border-color css
<style>
span { border-color: #AA0988; }
span { border-color: rgb(170,9,136); }
td.TdClassName
{
border-color: #AA0988;
}
.TagClassName
{
border-color: #AA0988;
}
</style>