Shades of Medium Red Violet #AA2A9C
Tints of Medium Red Violet #AA2A9C
RGB
CMYK
RGB Variations
Color information
#AA2A9C (or 0xAA2A9C) is known color: Medium Red Violet. HEX triplet: AA, 2A and 9C. RGB value is (170,42,156). Sum of RGB (Red+Green+Blue) = 170+42+156=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A9C is #55D563. Grayscale: #5C5C5C. Windows color (decimal): -5625188 or 10234538. OLE color: 10234538.
HSL color Cylindrical-coordinate representation of color #AA2A9C: hue angle of 306.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A9C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 156 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.33 |
| HSL | 306.56º | 0.6% | 0.42% | - |
| HSV(B) | 306.56º | 0.75% | 0.67% | - |
| XYZ | 23.41 | 12.6 | 32.65 | - |
| YUV | 93.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 156 | 0 | 0.75 | 0.08 | 0.33 | 306.56 | 0.6 | 0.42 |
| Hex | AA | 2A | 9C | 0 | 4B | 8 | 21 | 133 | 3C | 2A |
| Octal | 252 | 52 | 234 | 0 | 113 | 10 | 41 | 463 | 74 | 52 |
| Binary | 10101010 | 101010 | 10011100 | 0 | 1001011 | 1000 | 100001 | 100110011 | 111100 | 101010 |
Color Harmonies of #AA2A9C
Complementary color
Monochromatic Colors of #AA2A9C
Black with #AA2A9C
Text Example
Text Example
White with #AA2A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A9C; }
p { color: rgb(170,42,156); }
H1.HeaderClassName
{
color: #AA2A9C;
}
.AnyTagClassName
{
color: #AA2A9C;
}
</style>
background-color css
<style>
a { background-color: #AA2A9C; }
a { background-color: rgb(170,42,156); }
div.DivClassName
{
background-color: #AA2A9C;
}
.BgClassName
{
background-color: #AA2A9C;
}
</style>
border-color css
<style>
span { border-color: #AA2A9C; }
span { border-color: rgb(170,42,156); }
td.TdClassName
{
border-color: #AA2A9C;
}
.TagClassName
{
border-color: #AA2A9C;
}
</style>