Shades of Medium Red Violet #AA227B
Tints of Medium Red Violet #AA227B
RGB
CMYK
RGB Variations
Color information
#AA227B (or 0xAA227B) is known color: Medium Red Violet. HEX triplet: AA, 22 and 7B. RGB value is (170,34,123). Sum of RGB (Red+Green+Blue) = 170+34+123=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA227B is #55DD84. Grayscale: #545454. Windows color (decimal): -5627269 or 8069802. OLE color: 8069802.
HSL color Cylindrical-coordinate representation of color #AA227B: hue angle of 320.74º 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 #AA227B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 123 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.33 |
| HSL | 320.74º | 0.67% | 0.4% | - |
| HSV(B) | 320.74º | 0.8% | 0.67% | - |
| XYZ | 20.72 | 11.12 | 19.79 | - |
| YUV | 84.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 123 | 0 | 0.80 | 0.28 | 0.33 | 320.74 | 0.67 | 0.4 |
| Hex | AA | 22 | 7B | 0 | 50 | 1C | 21 | 141 | 43 | 28 |
| Octal | 252 | 42 | 173 | 0 | 120 | 34 | 41 | 501 | 103 | 50 |
| Binary | 10101010 | 100010 | 1111011 | 0 | 1010000 | 11100 | 100001 | 101000001 | 1000011 | 101000 |
Color Harmonies of #AA227B
Complementary color
Monochromatic Colors of #AA227B
Black with #AA227B
Text Example
Text Example
White with #AA227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA227B; }
p { color: rgb(170,34,123); }
H1.HeaderClassName
{
color: #AA227B;
}
.AnyTagClassName
{
color: #AA227B;
}
</style>
background-color css
<style>
a { background-color: #AA227B; }
a { background-color: rgb(170,34,123); }
div.DivClassName
{
background-color: #AA227B;
}
.BgClassName
{
background-color: #AA227B;
}
</style>
border-color css
<style>
span { border-color: #AA227B; }
span { border-color: rgb(170,34,123); }
td.TdClassName
{
border-color: #AA227B;
}
.TagClassName
{
border-color: #AA227B;
}
</style>