Shades of Medium Red Violet #AA2E7B
Tints of Medium Red Violet #AA2E7B
RGB
CMYK
RGB Variations
Color information
#AA2E7B (or 0xAA2E7B) is known color: Medium Red Violet. HEX triplet: AA, 2E and 7B. RGB value is (170,46,123). Sum of RGB (Red+Green+Blue) = 170+46+123=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E7B is #55D184. Grayscale: #5B5B5B. Windows color (decimal): -5624197 or 8072874. OLE color: 8072874.
HSL color Cylindrical-coordinate representation of color #AA2E7B: hue angle of 322.74º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E7B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 123 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.33 |
| HSL | 322.74º | 0.57% | 0.42% | - |
| HSV(B) | 322.74º | 0.73% | 0.67% | - |
| XYZ | 21.13 | 11.93 | 19.93 | - |
| YUV | 91.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 123 | 0 | 0.73 | 0.28 | 0.33 | 322.74 | 0.57 | 0.42 |
| Hex | AA | 2E | 7B | 0 | 49 | 1C | 21 | 143 | 39 | 2A |
| Octal | 252 | 56 | 173 | 0 | 111 | 34 | 41 | 503 | 71 | 52 |
| Binary | 10101010 | 101110 | 1111011 | 0 | 1001001 | 11100 | 100001 | 101000011 | 111001 | 101010 |
Color Harmonies of #AA2E7B
Complementary color
Monochromatic Colors of #AA2E7B
Black with #AA2E7B
Text Example
Text Example
White with #AA2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E7B; }
p { color: rgb(170,46,123); }
H1.HeaderClassName
{
color: #AA2E7B;
}
.AnyTagClassName
{
color: #AA2E7B;
}
</style>
background-color css
<style>
a { background-color: #AA2E7B; }
a { background-color: rgb(170,46,123); }
div.DivClassName
{
background-color: #AA2E7B;
}
.BgClassName
{
background-color: #AA2E7B;
}
</style>
border-color css
<style>
span { border-color: #AA2E7B; }
span { border-color: rgb(170,46,123); }
td.TdClassName
{
border-color: #AA2E7B;
}
.TagClassName
{
border-color: #AA2E7B;
}
</style>