Shades of Medium Red Violet #AA2F99
Tints of Medium Red Violet #AA2F99
RGB
CMYK
RGB Variations
Color information
#AA2F99 (or 0xAA2F99) is known color: Medium Red Violet. HEX triplet: AA, 2F and 99. RGB value is (170,47,153). Sum of RGB (Red+Green+Blue) = 170+47+153=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F99 is #55D066. Grayscale: #5F5F5F. Windows color (decimal): -5623911 or 10039210. OLE color: 10039210.
HSL color Cylindrical-coordinate representation of color #AA2F99: hue angle of 308.29º 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 #AA2F99 is Cyan = 0, Magento = 0.72, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 153 | - |
| CMYK | 0 | 0.72 | 0.1 | 0.33 |
| HSL | 308.29º | 0.57% | 0.43% | - |
| HSV(B) | 308.29º | 0.72% | 0.67% | - |
| XYZ | 23.34 | 12.88 | 31.39 | - |
| YUV | 95.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 153 | 0 | 0.72 | 0.1 | 0.33 | 308.29 | 0.57 | 0.43 |
| Hex | AA | 2F | 99 | 0 | 48 | A | 21 | 134 | 39 | 2B |
| Octal | 252 | 57 | 231 | 0 | 110 | 12 | 41 | 464 | 71 | 53 |
| Binary | 10101010 | 101111 | 10011001 | 0 | 1001000 | 1010 | 100001 | 100110100 | 111001 | 101011 |
Color Harmonies of #AA2F99
Complementary color
Monochromatic Colors of #AA2F99
Black with #AA2F99
Text Example
Text Example
White with #AA2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F99; }
p { color: rgb(170,47,153); }
H1.HeaderClassName
{
color: #AA2F99;
}
.AnyTagClassName
{
color: #AA2F99;
}
</style>
background-color css
<style>
a { background-color: #AA2F99; }
a { background-color: rgb(170,47,153); }
div.DivClassName
{
background-color: #AA2F99;
}
.BgClassName
{
background-color: #AA2F99;
}
</style>
border-color css
<style>
span { border-color: #AA2F99; }
span { border-color: rgb(170,47,153); }
td.TdClassName
{
border-color: #AA2F99;
}
.TagClassName
{
border-color: #AA2F99;
}
</style>