Shades of Medium Red Violet #AA437F
Tints of Medium Red Violet #AA437F
RGB
CMYK
RGB Variations
Color information
#AA437F (or 0xAA437F) is known color: Medium Red Violet. HEX triplet: AA, 43 and 7F. RGB value is (170,67,127). Sum of RGB (Red+Green+Blue) = 170+67+127=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA437F is #55BC80. Grayscale: #686868. Windows color (decimal): -5618817 or 8340394. OLE color: 8340394.
HSL color Cylindrical-coordinate representation of color #AA437F: hue angle of 325.05º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA437F is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 127 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.33 |
| HSL | 325.05º | 0.43% | 0.46% | - |
| HSV(B) | 325.05º | 0.61% | 0.67% | - |
| XYZ | 22.42 | 14.09 | 21.62 | - |
| YUV | 104.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 127 | 0 | 0.61 | 0.25 | 0.33 | 325.05 | 0.43 | 0.46 |
| Hex | AA | 43 | 7F | 0 | 3D | 19 | 21 | 145 | 2B | 2E |
| Octal | 252 | 103 | 177 | 0 | 75 | 31 | 41 | 505 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1111111 | 0 | 111101 | 11001 | 100001 | 101000101 | 101011 | 101110 |
Color Harmonies of #AA437F
Complementary color
Monochromatic Colors of #AA437F
Black with #AA437F
Text Example
Text Example
White with #AA437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA437F; }
p { color: rgb(170,67,127); }
H1.HeaderClassName
{
color: #AA437F;
}
.AnyTagClassName
{
color: #AA437F;
}
</style>
background-color css
<style>
a { background-color: #AA437F; }
a { background-color: rgb(170,67,127); }
div.DivClassName
{
background-color: #AA437F;
}
.BgClassName
{
background-color: #AA437F;
}
</style>
border-color css
<style>
span { border-color: #AA437F; }
span { border-color: rgb(170,67,127); }
td.TdClassName
{
border-color: #AA437F;
}
.TagClassName
{
border-color: #AA437F;
}
</style>