Shades of Medium Violet Red #AA0F89
Tints of Medium Violet Red #AA0F89
RGB
CMYK
RGB Variations
Color information
#AA0F89 (or 0xAA0F89) is known color: Medium Violet Red. HEX triplet: AA, 0F and 89. RGB value is (170,15,137). Sum of RGB (Red+Green+Blue) = 170+15+137=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F89 is #55F076. Grayscale: #4A4A4A. Windows color (decimal): -5632119 or 8982442. OLE color: 8982442.
HSL color Cylindrical-coordinate representation of color #AA0F89: hue angle of 312.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F89 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 137 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.33 |
| HSL | 312.77º | 0.84% | 0.36% | - |
| HSV(B) | 312.77º | 0.91% | 0.67% | - |
| XYZ | 21.26 | 10.69 | 24.61 | - |
| YUV | 75.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 137 | 0 | 0.91 | 0.19 | 0.33 | 312.77 | 0.84 | 0.36 |
| Hex | AA | F | 89 | 0 | 5B | 13 | 21 | 139 | 54 | 24 |
| Octal | 252 | 17 | 211 | 0 | 133 | 23 | 41 | 471 | 124 | 44 |
| Binary | 10101010 | 1111 | 10001001 | 0 | 1011011 | 10011 | 100001 | 100111001 | 1010100 | 100100 |
Color Harmonies of #AA0F89
Complementary color
Monochromatic Colors of #AA0F89
Black with #AA0F89
Text Example
Text Example
White with #AA0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F89; }
p { color: rgb(170,15,137); }
H1.HeaderClassName
{
color: #AA0F89;
}
.AnyTagClassName
{
color: #AA0F89;
}
</style>
background-color css
<style>
a { background-color: #AA0F89; }
a { background-color: rgb(170,15,137); }
div.DivClassName
{
background-color: #AA0F89;
}
.BgClassName
{
background-color: #AA0F89;
}
</style>
border-color css
<style>
span { border-color: #AA0F89; }
span { border-color: rgb(170,15,137); }
td.TdClassName
{
border-color: #AA0F89;
}
.TagClassName
{
border-color: #AA0F89;
}
</style>