Shades of Medium Red Violet #AA2F89
Tints of Medium Red Violet #AA2F89
RGB
CMYK
RGB Variations
Color information
#AA2F89 (or 0xAA2F89) is known color: Medium Red Violet. HEX triplet: AA, 2F and 89. RGB value is (170,47,137). Sum of RGB (Red+Green+Blue) = 170+47+137=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F89 is #55D076. Grayscale: #5D5D5D. Windows color (decimal): -5623927 or 8990634. OLE color: 8990634.
HSL color Cylindrical-coordinate representation of color #AA2F89: hue angle of 316.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F89 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 137 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 316.1º | 0.57% | 0.43% | - |
| HSV(B) | 316.1º | 0.72% | 0.67% | - |
| XYZ | 22.11 | 12.39 | 24.89 | - |
| YUV | 94.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 137 | 0 | 0.72 | 0.19 | 0.33 | 316.1 | 0.57 | 0.43 |
| Hex | AA | 2F | 89 | 0 | 48 | 13 | 21 | 13C | 39 | 2B |
| Octal | 252 | 57 | 211 | 0 | 110 | 23 | 41 | 474 | 71 | 53 |
| Binary | 10101010 | 101111 | 10001001 | 0 | 1001000 | 10011 | 100001 | 100111100 | 111001 | 101011 |
Color Harmonies of #AA2F89
Complementary color
Monochromatic Colors of #AA2F89
Black with #AA2F89
Text Example
Text Example
White with #AA2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F89; }
p { color: rgb(170,47,137); }
H1.HeaderClassName
{
color: #AA2F89;
}
.AnyTagClassName
{
color: #AA2F89;
}
</style>
background-color css
<style>
a { background-color: #AA2F89; }
a { background-color: rgb(170,47,137); }
div.DivClassName
{
background-color: #AA2F89;
}
.BgClassName
{
background-color: #AA2F89;
}
</style>
border-color css
<style>
span { border-color: #AA2F89; }
span { border-color: rgb(170,47,137); }
td.TdClassName
{
border-color: #AA2F89;
}
.TagClassName
{
border-color: #AA2F89;
}
</style>