Shades of Medium Red Violet #AA229C
Tints of Medium Red Violet #AA229C
RGB
CMYK
RGB Variations
Color information
#AA229C (or 0xAA229C) is known color: Medium Red Violet. HEX triplet: AA, 22 and 9C. RGB value is (170,34,156). Sum of RGB (Red+Green+Blue) = 170+34+156=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229C is #55DD63. Grayscale: #585858. Windows color (decimal): -5627236 or 10232490. OLE color: 10232490.
HSL color Cylindrical-coordinate representation of color #AA229C: hue angle of 306.18º 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 #AA229C is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 156 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 306.18º | 0.67% | 0.4% | - |
| HSV(B) | 306.18º | 0.8% | 0.67% | - |
| XYZ | 23.15 | 12.09 | 32.57 | - |
| YUV | 88.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 156 | 0 | 0.80 | 0.08 | 0.33 | 306.18 | 0.67 | 0.4 |
| Hex | AA | 22 | 9C | 0 | 50 | 8 | 21 | 132 | 43 | 28 |
| Octal | 252 | 42 | 234 | 0 | 120 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101010 | 100010 | 10011100 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AA229C
Complementary color
Monochromatic Colors of #AA229C
Black with #AA229C
Text Example
Text Example
White with #AA229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA229C; }
p { color: rgb(170,34,156); }
H1.HeaderClassName
{
color: #AA229C;
}
.AnyTagClassName
{
color: #AA229C;
}
</style>
background-color css
<style>
a { background-color: #AA229C; }
a { background-color: rgb(170,34,156); }
div.DivClassName
{
background-color: #AA229C;
}
.BgClassName
{
background-color: #AA229C;
}
</style>
border-color css
<style>
span { border-color: #AA229C; }
span { border-color: rgb(170,34,156); }
td.TdClassName
{
border-color: #AA229C;
}
.TagClassName
{
border-color: #AA229C;
}
</style>