Shades of Medium Red Violet #AA2F80
Tints of Medium Red Violet #AA2F80
RGB
CMYK
RGB Variations
Color information
#AA2F80 (or 0xAA2F80) is known color: Medium Red Violet. HEX triplet: AA, 2F and 80. RGB value is (170,47,128). Sum of RGB (Red+Green+Blue) = 170+47+128=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F80 is #55D07F. Grayscale: #5C5C5C. Windows color (decimal): -5623936 or 8400810. OLE color: 8400810.
HSL color Cylindrical-coordinate representation of color #AA2F80: hue angle of 320.49º 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 #AA2F80 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 128 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.33 |
| HSL | 320.49º | 0.57% | 0.43% | - |
| HSV(B) | 320.49º | 0.72% | 0.67% | - |
| XYZ | 21.49 | 12.14 | 21.63 | - |
| YUV | 93.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 128 | 0 | 0.72 | 0.25 | 0.33 | 320.49 | 0.57 | 0.43 |
| Hex | AA | 2F | 80 | 0 | 48 | 19 | 21 | 140 | 39 | 2B |
| Octal | 252 | 57 | 200 | 0 | 110 | 31 | 41 | 500 | 71 | 53 |
| Binary | 10101010 | 101111 | 10000000 | 0 | 1001000 | 11001 | 100001 | 101000000 | 111001 | 101011 |
Color Harmonies of #AA2F80
Complementary color
Monochromatic Colors of #AA2F80
Black with #AA2F80
Text Example
Text Example
White with #AA2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F80; }
p { color: rgb(170,47,128); }
H1.HeaderClassName
{
color: #AA2F80;
}
.AnyTagClassName
{
color: #AA2F80;
}
</style>
background-color css
<style>
a { background-color: #AA2F80; }
a { background-color: rgb(170,47,128); }
div.DivClassName
{
background-color: #AA2F80;
}
.BgClassName
{
background-color: #AA2F80;
}
</style>
border-color css
<style>
span { border-color: #AA2F80; }
span { border-color: rgb(170,47,128); }
td.TdClassName
{
border-color: #AA2F80;
}
.TagClassName
{
border-color: #AA2F80;
}
</style>