Shades of Medium Red Violet #AA277B
Tints of Medium Red Violet #AA277B
RGB
CMYK
RGB Variations
Color information
#AA277B (or 0xAA277B) is known color: Medium Red Violet. HEX triplet: AA, 27 and 7B. RGB value is (170,39,123). Sum of RGB (Red+Green+Blue) = 170+39+123=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA277B is #55D884. Grayscale: #575757. Windows color (decimal): -5625989 or 8071082. OLE color: 8071082.
HSL color Cylindrical-coordinate representation of color #AA277B: hue angle of 321.53º 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 #AA277B is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 123 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.33 |
| HSL | 321.53º | 0.63% | 0.41% | - |
| HSV(B) | 321.53º | 0.77% | 0.67% | - |
| XYZ | 20.88 | 11.43 | 19.84 | - |
| YUV | 87.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 123 | 0 | 0.77 | 0.28 | 0.33 | 321.53 | 0.63 | 0.41 |
| Hex | AA | 27 | 7B | 0 | 4D | 1C | 21 | 142 | 3F | 29 |
| Octal | 252 | 47 | 173 | 0 | 115 | 34 | 41 | 502 | 77 | 51 |
| Binary | 10101010 | 100111 | 1111011 | 0 | 1001101 | 11100 | 100001 | 101000010 | 111111 | 101001 |
Color Harmonies of #AA277B
Complementary color
Monochromatic Colors of #AA277B
Black with #AA277B
Text Example
Text Example
White with #AA277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA277B; }
p { color: rgb(170,39,123); }
H1.HeaderClassName
{
color: #AA277B;
}
.AnyTagClassName
{
color: #AA277B;
}
</style>
background-color css
<style>
a { background-color: #AA277B; }
a { background-color: rgb(170,39,123); }
div.DivClassName
{
background-color: #AA277B;
}
.BgClassName
{
background-color: #AA277B;
}
</style>
border-color css
<style>
span { border-color: #AA277B; }
span { border-color: rgb(170,39,123); }
td.TdClassName
{
border-color: #AA277B;
}
.TagClassName
{
border-color: #AA277B;
}
</style>