Shades of Medium Red Violet #AA276E
Tints of Medium Red Violet #AA276E
RGB
CMYK
RGB Variations
Color information
#AA276E (or 0xAA276E) is known color: Medium Red Violet. HEX triplet: AA, 27 and 6E. RGB value is (170,39,110). Sum of RGB (Red+Green+Blue) = 170+39+110=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA276E is #55D891. Grayscale: #565656. Windows color (decimal): -5626002 or 7219114. OLE color: 7219114.
HSL color Cylindrical-coordinate representation of color #AA276E: hue angle of 327.48º 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 #AA276E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 110 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.33 |
| HSL | 327.48º | 0.63% | 0.41% | - |
| HSV(B) | 327.48º | 0.77% | 0.67% | - |
| XYZ | 20.12 | 11.12 | 15.84 | - |
| YUV | 86.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 110 | 0 | 0.77 | 0.35 | 0.33 | 327.48 | 0.63 | 0.41 |
| Hex | AA | 27 | 6E | 0 | 4D | 23 | 21 | 147 | 3F | 29 |
| Octal | 252 | 47 | 156 | 0 | 115 | 43 | 41 | 507 | 77 | 51 |
| Binary | 10101010 | 100111 | 1101110 | 0 | 1001101 | 100011 | 100001 | 101000111 | 111111 | 101001 |
Color Harmonies of #AA276E
Complementary color
Monochromatic Colors of #AA276E
Black with #AA276E
Text Example
Text Example
White with #AA276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA276E; }
p { color: rgb(170,39,110); }
H1.HeaderClassName
{
color: #AA276E;
}
.AnyTagClassName
{
color: #AA276E;
}
</style>
background-color css
<style>
a { background-color: #AA276E; }
a { background-color: rgb(170,39,110); }
div.DivClassName
{
background-color: #AA276E;
}
.BgClassName
{
background-color: #AA276E;
}
</style>
border-color css
<style>
span { border-color: #AA276E; }
span { border-color: rgb(170,39,110); }
td.TdClassName
{
border-color: #AA276E;
}
.TagClassName
{
border-color: #AA276E;
}
</style>