Shades of Medium Red Violet #AA2C7B
Tints of Medium Red Violet #AA2C7B
RGB
CMYK
RGB Variations
Color information
#AA2C7B (or 0xAA2C7B) is known color: Medium Red Violet. HEX triplet: AA, 2C and 7B. RGB value is (170,44,123). Sum of RGB (Red+Green+Blue) = 170+44+123=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2C7B is #55D384. Grayscale: #5A5A5A. Windows color (decimal): -5624709 or 8072362. OLE color: 8072362.
HSL color Cylindrical-coordinate representation of color #AA2C7B: hue angle of 322.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2C7B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 123 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.33 |
| HSL | 322.38º | 0.59% | 0.42% | - |
| HSV(B) | 322.38º | 0.74% | 0.67% | - |
| XYZ | 21.05 | 11.78 | 19.9 | - |
| YUV | 90.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 123 | 0 | 0.74 | 0.28 | 0.33 | 322.38 | 0.59 | 0.42 |
| Hex | AA | 2C | 7B | 0 | 4A | 1C | 21 | 142 | 3B | 2A |
| Octal | 252 | 54 | 173 | 0 | 112 | 34 | 41 | 502 | 73 | 52 |
| Binary | 10101010 | 101100 | 1111011 | 0 | 1001010 | 11100 | 100001 | 101000010 | 111011 | 101010 |
Color Harmonies of #AA2C7B
Complementary color
Monochromatic Colors of #AA2C7B
Black with #AA2C7B
Text Example
Text Example
White with #AA2C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C7B; }
p { color: rgb(170,44,123); }
H1.HeaderClassName
{
color: #AA2C7B;
}
.AnyTagClassName
{
color: #AA2C7B;
}
</style>
background-color css
<style>
a { background-color: #AA2C7B; }
a { background-color: rgb(170,44,123); }
div.DivClassName
{
background-color: #AA2C7B;
}
.BgClassName
{
background-color: #AA2C7B;
}
</style>
border-color css
<style>
span { border-color: #AA2C7B; }
span { border-color: rgb(170,44,123); }
td.TdClassName
{
border-color: #AA2C7B;
}
.TagClassName
{
border-color: #AA2C7B;
}
</style>