Shades of Medium Red Violet #AA227F
Tints of Medium Red Violet #AA227F
RGB
CMYK
RGB Variations
Color information
#AA227F (or 0xAA227F) is known color: Medium Red Violet. HEX triplet: AA, 22 and 7F. RGB value is (170,34,127). Sum of RGB (Red+Green+Blue) = 170+34+127=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA227F is #55DD80. Grayscale: #555555. Windows color (decimal): -5627265 or 8331946. OLE color: 8331946.
HSL color Cylindrical-coordinate representation of color #AA227F: hue angle of 318.97º 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 #AA227F is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 127 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.33 |
| HSL | 318.97º | 0.67% | 0.4% | - |
| HSV(B) | 318.97º | 0.8% | 0.67% | - |
| XYZ | 20.98 | 11.22 | 21.14 | - |
| YUV | 85.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 127 | 0 | 0.80 | 0.25 | 0.33 | 318.97 | 0.67 | 0.4 |
| Hex | AA | 22 | 7F | 0 | 50 | 19 | 21 | 13F | 43 | 28 |
| Octal | 252 | 42 | 177 | 0 | 120 | 31 | 41 | 477 | 103 | 50 |
| Binary | 10101010 | 100010 | 1111111 | 0 | 1010000 | 11001 | 100001 | 100111111 | 1000011 | 101000 |
Color Harmonies of #AA227F
Complementary color
Monochromatic Colors of #AA227F
Black with #AA227F
Text Example
Text Example
White with #AA227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA227F; }
p { color: rgb(170,34,127); }
H1.HeaderClassName
{
color: #AA227F;
}
.AnyTagClassName
{
color: #AA227F;
}
</style>
background-color css
<style>
a { background-color: #AA227F; }
a { background-color: rgb(170,34,127); }
div.DivClassName
{
background-color: #AA227F;
}
.BgClassName
{
background-color: #AA227F;
}
</style>
border-color css
<style>
span { border-color: #AA227F; }
span { border-color: rgb(170,34,127); }
td.TdClassName
{
border-color: #AA227F;
}
.TagClassName
{
border-color: #AA227F;
}
</style>