Shades of Medium Red Violet #AA229D
Tints of Medium Red Violet #AA229D
RGB
CMYK
RGB Variations
Color information
#AA229D (or 0xAA229D) is known color: Medium Red Violet. HEX triplet: AA, 22 and 9D. RGB value is (170,34,157). Sum of RGB (Red+Green+Blue) = 170+34+157=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229D is #55DD62. Grayscale: #585858. Windows color (decimal): -5627235 or 10298026. OLE color: 10298026.
HSL color Cylindrical-coordinate representation of color #AA229D: hue angle of 305.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 #AA229D is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 157 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 305.74º | 0.67% | 0.4% | - |
| HSV(B) | 305.74º | 0.8% | 0.67% | - |
| XYZ | 23.24 | 12.12 | 33.01 | - |
| YUV | 88.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 157 | 0 | 0.80 | 0.08 | 0.33 | 305.74 | 0.67 | 0.4 |
| Hex | AA | 22 | 9D | 0 | 50 | 8 | 21 | 132 | 43 | 28 |
| Octal | 252 | 42 | 235 | 0 | 120 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101010 | 100010 | 10011101 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AA229D
Complementary color
Monochromatic Colors of #AA229D
Black with #AA229D
Text Example
Text Example
White with #AA229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA229D; }
p { color: rgb(170,34,157); }
H1.HeaderClassName
{
color: #AA229D;
}
.AnyTagClassName
{
color: #AA229D;
}
</style>
background-color css
<style>
a { background-color: #AA229D; }
a { background-color: rgb(170,34,157); }
div.DivClassName
{
background-color: #AA229D;
}
.BgClassName
{
background-color: #AA229D;
}
</style>
border-color css
<style>
span { border-color: #AA229D; }
span { border-color: rgb(170,34,157); }
td.TdClassName
{
border-color: #AA229D;
}
.TagClassName
{
border-color: #AA229D;
}
</style>