Shades of Medium Red Violet #AA277E
Tints of Medium Red Violet #AA277E
RGB
CMYK
RGB Variations
Color information
#AA277E (or 0xAA277E) is known color: Medium Red Violet. HEX triplet: AA, 27 and 7E. RGB value is (170,39,126). Sum of RGB (Red+Green+Blue) = 170+39+126=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA277E is #55D881. Grayscale: #575757. Windows color (decimal): -5625986 or 8267690. OLE color: 8267690.
HSL color Cylindrical-coordinate representation of color #AA277E: hue angle of 320.15º 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 #AA277E is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 126 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.33 |
| HSL | 320.15º | 0.63% | 0.41% | - |
| HSV(B) | 320.15º | 0.77% | 0.67% | - |
| XYZ | 21.07 | 11.5 | 20.85 | - |
| YUV | 88.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 126 | 0 | 0.77 | 0.26 | 0.33 | 320.15 | 0.63 | 0.41 |
| Hex | AA | 27 | 7E | 0 | 4D | 1A | 21 | 140 | 3F | 29 |
| Octal | 252 | 47 | 176 | 0 | 115 | 32 | 41 | 500 | 77 | 51 |
| Binary | 10101010 | 100111 | 1111110 | 0 | 1001101 | 11010 | 100001 | 101000000 | 111111 | 101001 |
Color Harmonies of #AA277E
Complementary color
Monochromatic Colors of #AA277E
Black with #AA277E
Text Example
Text Example
White with #AA277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA277E; }
p { color: rgb(170,39,126); }
H1.HeaderClassName
{
color: #AA277E;
}
.AnyTagClassName
{
color: #AA277E;
}
</style>
background-color css
<style>
a { background-color: #AA277E; }
a { background-color: rgb(170,39,126); }
div.DivClassName
{
background-color: #AA277E;
}
.BgClassName
{
background-color: #AA277E;
}
</style>
border-color css
<style>
span { border-color: #AA277E; }
span { border-color: rgb(170,39,126); }
td.TdClassName
{
border-color: #AA277E;
}
.TagClassName
{
border-color: #AA277E;
}
</style>