Shades of Medium Red Violet #AA2F85
Tints of Medium Red Violet #AA2F85
RGB
CMYK
RGB Variations
Color information
#AA2F85 (or 0xAA2F85) is known color: Medium Red Violet. HEX triplet: AA, 2F and 85. RGB value is (170,47,133). Sum of RGB (Red+Green+Blue) = 170+47+133=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F85 is #55D07A. Grayscale: #5D5D5D. Windows color (decimal): -5623931 or 8728490. OLE color: 8728490.
HSL color Cylindrical-coordinate representation of color #AA2F85: hue angle of 318.05º 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 #AA2F85 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 133 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.33 |
| HSL | 318.05º | 0.57% | 0.43% | - |
| HSV(B) | 318.05º | 0.72% | 0.67% | - |
| XYZ | 21.83 | 12.27 | 23.41 | - |
| YUV | 93.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 133 | 0 | 0.72 | 0.22 | 0.33 | 318.05 | 0.57 | 0.43 |
| Hex | AA | 2F | 85 | 0 | 48 | 16 | 21 | 13E | 39 | 2B |
| Octal | 252 | 57 | 205 | 0 | 110 | 26 | 41 | 476 | 71 | 53 |
| Binary | 10101010 | 101111 | 10000101 | 0 | 1001000 | 10110 | 100001 | 100111110 | 111001 | 101011 |
Color Harmonies of #AA2F85
Complementary color
Monochromatic Colors of #AA2F85
Black with #AA2F85
Text Example
Text Example
White with #AA2F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F85; }
p { color: rgb(170,47,133); }
H1.HeaderClassName
{
color: #AA2F85;
}
.AnyTagClassName
{
color: #AA2F85;
}
</style>
background-color css
<style>
a { background-color: #AA2F85; }
a { background-color: rgb(170,47,133); }
div.DivClassName
{
background-color: #AA2F85;
}
.BgClassName
{
background-color: #AA2F85;
}
</style>
border-color css
<style>
span { border-color: #AA2F85; }
span { border-color: rgb(170,47,133); }
td.TdClassName
{
border-color: #AA2F85;
}
.TagClassName
{
border-color: #AA2F85;
}
</style>