Shades of Medium Red Violet #AA407F
Tints of Medium Red Violet #AA407F
RGB
CMYK
RGB Variations
Color information
#AA407F (or 0xAA407F) is known color: Medium Red Violet. HEX triplet: AA, 40 and 7F. RGB value is (170,64,127). Sum of RGB (Red+Green+Blue) = 170+64+127=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA407F is #55BF80. Grayscale: #666666. Windows color (decimal): -5619585 or 8339626. OLE color: 8339626.
HSL color Cylindrical-coordinate representation of color #AA407F: hue angle of 324.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA407F is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 127 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.33 |
| HSL | 324.34º | 0.45% | 0.46% | - |
| HSV(B) | 324.34º | 0.62% | 0.67% | - |
| XYZ | 22.24 | 13.75 | 21.56 | - |
| YUV | 102.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 127 | 0 | 0.62 | 0.25 | 0.33 | 324.34 | 0.45 | 0.46 |
| Hex | AA | 40 | 7F | 0 | 3E | 19 | 21 | 144 | 2D | 2E |
| Octal | 252 | 100 | 177 | 0 | 76 | 31 | 41 | 504 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1111111 | 0 | 111110 | 11001 | 100001 | 101000100 | 101101 | 101110 |
Color Harmonies of #AA407F
Complementary color
Monochromatic Colors of #AA407F
Black with #AA407F
Text Example
Text Example
White with #AA407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA407F; }
p { color: rgb(170,64,127); }
H1.HeaderClassName
{
color: #AA407F;
}
.AnyTagClassName
{
color: #AA407F;
}
</style>
background-color css
<style>
a { background-color: #AA407F; }
a { background-color: rgb(170,64,127); }
div.DivClassName
{
background-color: #AA407F;
}
.BgClassName
{
background-color: #AA407F;
}
</style>
border-color css
<style>
span { border-color: #AA407F; }
span { border-color: rgb(170,64,127); }
td.TdClassName
{
border-color: #AA407F;
}
.TagClassName
{
border-color: #AA407F;
}
</style>