Shades of Medium Red Violet #AA2876
Tints of Medium Red Violet #AA2876
RGB
CMYK
RGB Variations
Color information
#AA2876 (or 0xAA2876) is known color: Medium Red Violet. HEX triplet: AA, 28 and 76. RGB value is (170,40,118). Sum of RGB (Red+Green+Blue) = 170+40+118=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2876 is #55D789. Grayscale: #575757. Windows color (decimal): -5625738 or 7743658. OLE color: 7743658.
HSL color Cylindrical-coordinate representation of color #AA2876: hue angle of 324º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2876 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 118 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.33 |
| HSL | 324º | 0.62% | 0.41% | - |
| HSV(B) | 324º | 0.76% | 0.67% | - |
| XYZ | 20.61 | 11.37 | 18.25 | - |
| YUV | 87.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 118 | 0 | 0.76 | 0.31 | 0.33 | 324 | 0.62 | 0.41 |
| Hex | AA | 28 | 76 | 0 | 4C | 1F | 21 | 144 | 3E | 29 |
| Octal | 252 | 50 | 166 | 0 | 114 | 37 | 41 | 504 | 76 | 51 |
| Binary | 10101010 | 101000 | 1110110 | 0 | 1001100 | 11111 | 100001 | 101000100 | 111110 | 101001 |
Color Harmonies of #AA2876
Complementary color
Monochromatic Colors of #AA2876
Black with #AA2876
Text Example
Text Example
White with #AA2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2876; }
p { color: rgb(170,40,118); }
H1.HeaderClassName
{
color: #AA2876;
}
.AnyTagClassName
{
color: #AA2876;
}
</style>
background-color css
<style>
a { background-color: #AA2876; }
a { background-color: rgb(170,40,118); }
div.DivClassName
{
background-color: #AA2876;
}
.BgClassName
{
background-color: #AA2876;
}
</style>
border-color css
<style>
span { border-color: #AA2876; }
span { border-color: rgb(170,40,118); }
td.TdClassName
{
border-color: #AA2876;
}
.TagClassName
{
border-color: #AA2876;
}
</style>