Shades of Medium Red Violet #AA407C
Tints of Medium Red Violet #AA407C
RGB
CMYK
RGB Variations
Color information
#AA407C (or 0xAA407C) is known color: Medium Red Violet. HEX triplet: AA, 40 and 7C. RGB value is (170,64,124). Sum of RGB (Red+Green+Blue) = 170+64+124=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA407C is #55BF83. Grayscale: #666666. Windows color (decimal): -5619588 or 8143018. OLE color: 8143018.
HSL color Cylindrical-coordinate representation of color #AA407C: hue angle of 326.04º 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 #AA407C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 124 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.33 |
| HSL | 326.04º | 0.45% | 0.46% | - |
| HSV(B) | 326.04º | 0.62% | 0.67% | - |
| XYZ | 22.05 | 13.67 | 20.54 | - |
| YUV | 102.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 124 | 0 | 0.62 | 0.27 | 0.33 | 326.04 | 0.45 | 0.46 |
| Hex | AA | 40 | 7C | 0 | 3E | 1B | 21 | 146 | 2D | 2E |
| Octal | 252 | 100 | 174 | 0 | 76 | 33 | 41 | 506 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1111100 | 0 | 111110 | 11011 | 100001 | 101000110 | 101101 | 101110 |
Color Harmonies of #AA407C
Complementary color
Monochromatic Colors of #AA407C
Black with #AA407C
Text Example
Text Example
White with #AA407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA407C; }
p { color: rgb(170,64,124); }
H1.HeaderClassName
{
color: #AA407C;
}
.AnyTagClassName
{
color: #AA407C;
}
</style>
background-color css
<style>
a { background-color: #AA407C; }
a { background-color: rgb(170,64,124); }
div.DivClassName
{
background-color: #AA407C;
}
.BgClassName
{
background-color: #AA407C;
}
</style>
border-color css
<style>
span { border-color: #AA407C; }
span { border-color: rgb(170,64,124); }
td.TdClassName
{
border-color: #AA407C;
}
.TagClassName
{
border-color: #AA407C;
}
</style>