Shades of Medium Red Violet #AA228E
Tints of Medium Red Violet #AA228E
RGB
CMYK
RGB Variations
Color information
#AA228E (or 0xAA228E) is known color: Medium Red Violet. HEX triplet: AA, 22 and 8E. RGB value is (170,34,142). Sum of RGB (Red+Green+Blue) = 170+34+142=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA228E is #55DD71. Grayscale: #565656. Windows color (decimal): -5627250 or 9314986. OLE color: 9314986.
HSL color Cylindrical-coordinate representation of color #AA228E: hue angle of 312.35º 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 #AA228E is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 142 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.33 |
| HSL | 312.35º | 0.67% | 0.4% | - |
| HSV(B) | 312.35º | 0.8% | 0.67% | - |
| XYZ | 22.03 | 11.64 | 26.68 | - |
| YUV | 86.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 142 | 0 | 0.80 | 0.16 | 0.33 | 312.35 | 0.67 | 0.4 |
| Hex | AA | 22 | 8E | 0 | 50 | 10 | 21 | 138 | 43 | 28 |
| Octal | 252 | 42 | 216 | 0 | 120 | 20 | 41 | 470 | 103 | 50 |
| Binary | 10101010 | 100010 | 10001110 | 0 | 1010000 | 10000 | 100001 | 100111000 | 1000011 | 101000 |
Color Harmonies of #AA228E
Complementary color
Monochromatic Colors of #AA228E
Black with #AA228E
Text Example
Text Example
White with #AA228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA228E; }
p { color: rgb(170,34,142); }
H1.HeaderClassName
{
color: #AA228E;
}
.AnyTagClassName
{
color: #AA228E;
}
</style>
background-color css
<style>
a { background-color: #AA228E; }
a { background-color: rgb(170,34,142); }
div.DivClassName
{
background-color: #AA228E;
}
.BgClassName
{
background-color: #AA228E;
}
</style>
border-color css
<style>
span { border-color: #AA228E; }
span { border-color: rgb(170,34,142); }
td.TdClassName
{
border-color: #AA228E;
}
.TagClassName
{
border-color: #AA228E;
}
</style>