Shades of Medium Red Violet #AA2275
Tints of Medium Red Violet #AA2275
RGB
CMYK
RGB Variations
Color information
#AA2275 (or 0xAA2275) is known color: Medium Red Violet. HEX triplet: AA, 22 and 75. RGB value is (170,34,117). Sum of RGB (Red+Green+Blue) = 170+34+117=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2275 is #55DD8A. Grayscale: #535353. Windows color (decimal): -5627275 or 7676586. OLE color: 7676586.
HSL color Cylindrical-coordinate representation of color #AA2275: hue angle of 323.38º 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 #AA2275 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 117 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.33 |
| HSL | 323.38º | 0.67% | 0.4% | - |
| HSV(B) | 323.38º | 0.8% | 0.67% | - |
| XYZ | 20.36 | 10.97 | 17.87 | - |
| YUV | 84.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 117 | 0 | 0.80 | 0.31 | 0.33 | 323.38 | 0.67 | 0.4 |
| Hex | AA | 22 | 75 | 0 | 50 | 1F | 21 | 143 | 43 | 28 |
| Octal | 252 | 42 | 165 | 0 | 120 | 37 | 41 | 503 | 103 | 50 |
| Binary | 10101010 | 100010 | 1110101 | 0 | 1010000 | 11111 | 100001 | 101000011 | 1000011 | 101000 |
Color Harmonies of #AA2275
Complementary color
Monochromatic Colors of #AA2275
Black with #AA2275
Text Example
Text Example
White with #AA2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2275; }
p { color: rgb(170,34,117); }
H1.HeaderClassName
{
color: #AA2275;
}
.AnyTagClassName
{
color: #AA2275;
}
</style>
background-color css
<style>
a { background-color: #AA2275; }
a { background-color: rgb(170,34,117); }
div.DivClassName
{
background-color: #AA2275;
}
.BgClassName
{
background-color: #AA2275;
}
</style>
border-color css
<style>
span { border-color: #AA2275; }
span { border-color: rgb(170,34,117); }
td.TdClassName
{
border-color: #AA2275;
}
.TagClassName
{
border-color: #AA2275;
}
</style>