Shades of Medium Red Violet #AA407E
Tints of Medium Red Violet #AA407E
RGB
CMYK
RGB Variations
Color information
#AA407E (or 0xAA407E) is known color: Medium Red Violet. HEX triplet: AA, 40 and 7E. RGB value is (170,64,126). Sum of RGB (Red+Green+Blue) = 170+64+126=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA407E is #55BF81. Grayscale: #666666. Windows color (decimal): -5619586 or 8274090. OLE color: 8274090.
HSL color Cylindrical-coordinate representation of color #AA407E: hue angle of 324.91º 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 #AA407E is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 126 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.33 |
| HSL | 324.91º | 0.45% | 0.46% | - |
| HSV(B) | 324.91º | 0.62% | 0.67% | - |
| XYZ | 22.18 | 13.72 | 21.22 | - |
| YUV | 102.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 126 | 0 | 0.62 | 0.26 | 0.33 | 324.91 | 0.45 | 0.46 |
| Hex | AA | 40 | 7E | 0 | 3E | 1A | 21 | 145 | 2D | 2E |
| Octal | 252 | 100 | 176 | 0 | 76 | 32 | 41 | 505 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1111110 | 0 | 111110 | 11010 | 100001 | 101000101 | 101101 | 101110 |
Color Harmonies of #AA407E
Complementary color
Monochromatic Colors of #AA407E
Black with #AA407E
Text Example
Text Example
White with #AA407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA407E; }
p { color: rgb(170,64,126); }
H1.HeaderClassName
{
color: #AA407E;
}
.AnyTagClassName
{
color: #AA407E;
}
</style>
background-color css
<style>
a { background-color: #AA407E; }
a { background-color: rgb(170,64,126); }
div.DivClassName
{
background-color: #AA407E;
}
.BgClassName
{
background-color: #AA407E;
}
</style>
border-color css
<style>
span { border-color: #AA407E; }
span { border-color: rgb(170,64,126); }
td.TdClassName
{
border-color: #AA407E;
}
.TagClassName
{
border-color: #AA407E;
}
</style>