Shades of Medium Red Violet #AA277C
Tints of Medium Red Violet #AA277C
RGB
CMYK
RGB Variations
Color information
#AA277C (or 0xAA277C) is known color: Medium Red Violet. HEX triplet: AA, 27 and 7C. RGB value is (170,39,124). Sum of RGB (Red+Green+Blue) = 170+39+124=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA277C is #55D883. Grayscale: #575757. Windows color (decimal): -5625988 or 8136618. OLE color: 8136618.
HSL color Cylindrical-coordinate representation of color #AA277C: hue angle of 321.07º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA277C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 124 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.33 |
| HSL | 321.07º | 0.63% | 0.41% | - |
| HSV(B) | 321.07º | 0.77% | 0.67% | - |
| XYZ | 20.94 | 11.45 | 20.18 | - |
| YUV | 87.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 124 | 0 | 0.77 | 0.27 | 0.33 | 321.07 | 0.63 | 0.41 |
| Hex | AA | 27 | 7C | 0 | 4D | 1B | 21 | 141 | 3F | 29 |
| Octal | 252 | 47 | 174 | 0 | 115 | 33 | 41 | 501 | 77 | 51 |
| Binary | 10101010 | 100111 | 1111100 | 0 | 1001101 | 11011 | 100001 | 101000001 | 111111 | 101001 |
Color Harmonies of #AA277C
Complementary color
Monochromatic Colors of #AA277C
Black with #AA277C
Text Example
Text Example
White with #AA277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA277C; }
p { color: rgb(170,39,124); }
H1.HeaderClassName
{
color: #AA277C;
}
.AnyTagClassName
{
color: #AA277C;
}
</style>
background-color css
<style>
a { background-color: #AA277C; }
a { background-color: rgb(170,39,124); }
div.DivClassName
{
background-color: #AA277C;
}
.BgClassName
{
background-color: #AA277C;
}
</style>
border-color css
<style>
span { border-color: #AA277C; }
span { border-color: rgb(170,39,124); }
td.TdClassName
{
border-color: #AA277C;
}
.TagClassName
{
border-color: #AA277C;
}
</style>