Shades of Medium Red Violet #AA2276
Tints of Medium Red Violet #AA2276
RGB
CMYK
RGB Variations
Color information
#AA2276 (or 0xAA2276) is known color: Medium Red Violet. HEX triplet: AA, 22 and 76. RGB value is (170,34,118). Sum of RGB (Red+Green+Blue) = 170+34+118=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2276 is #55DD89. Grayscale: #545454. Windows color (decimal): -5627274 or 7742122. OLE color: 7742122.
HSL color Cylindrical-coordinate representation of color #AA2276: hue angle of 322.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2276 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 118 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.33 |
| HSL | 322.94º | 0.67% | 0.4% | - |
| HSV(B) | 322.94º | 0.8% | 0.67% | - |
| XYZ | 20.42 | 11 | 18.19 | - |
| YUV | 84.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 118 | 0 | 0.80 | 0.31 | 0.33 | 322.94 | 0.67 | 0.4 |
| Hex | AA | 22 | 76 | 0 | 50 | 1F | 21 | 143 | 43 | 28 |
| Octal | 252 | 42 | 166 | 0 | 120 | 37 | 41 | 503 | 103 | 50 |
| Binary | 10101010 | 100010 | 1110110 | 0 | 1010000 | 11111 | 100001 | 101000011 | 1000011 | 101000 |
Color Harmonies of #AA2276
Complementary color
Monochromatic Colors of #AA2276
Black with #AA2276
Text Example
Text Example
White with #AA2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2276; }
p { color: rgb(170,34,118); }
H1.HeaderClassName
{
color: #AA2276;
}
.AnyTagClassName
{
color: #AA2276;
}
</style>
background-color css
<style>
a { background-color: #AA2276; }
a { background-color: rgb(170,34,118); }
div.DivClassName
{
background-color: #AA2276;
}
.BgClassName
{
background-color: #AA2276;
}
</style>
border-color css
<style>
span { border-color: #AA2276; }
span { border-color: rgb(170,34,118); }
td.TdClassName
{
border-color: #AA2276;
}
.TagClassName
{
border-color: #AA2276;
}
</style>