Shades of Medium Red Violet #AA2B9A
Tints of Medium Red Violet #AA2B9A
RGB
CMYK
RGB Variations
Color information
#AA2B9A (or 0xAA2B9A) is known color: Medium Red Violet. HEX triplet: AA, 2B and 9A. RGB value is (170,43,154). Sum of RGB (Red+Green+Blue) = 170+43+154=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2B9A is #55D465. Grayscale: #5D5D5D. Windows color (decimal): -5624934 or 10103722. OLE color: 10103722.
HSL color Cylindrical-coordinate representation of color #AA2B9A: hue angle of 307.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 #AA2B9A is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 154 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.33 |
| HSL | 307.56º | 0.6% | 0.42% | - |
| HSV(B) | 307.56º | 0.75% | 0.67% | - |
| XYZ | 23.27 | 12.61 | 31.78 | - |
| YUV | 93.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 154 | 0 | 0.75 | 0.09 | 0.33 | 307.56 | 0.6 | 0.42 |
| Hex | AA | 2B | 9A | 0 | 4B | 9 | 21 | 134 | 3C | 2A |
| Octal | 252 | 53 | 232 | 0 | 113 | 11 | 41 | 464 | 74 | 52 |
| Binary | 10101010 | 101011 | 10011010 | 0 | 1001011 | 1001 | 100001 | 100110100 | 111100 | 101010 |
Color Harmonies of #AA2B9A
Complementary color
Monochromatic Colors of #AA2B9A
Black with #AA2B9A
Text Example
Text Example
White with #AA2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B9A; }
p { color: rgb(170,43,154); }
H1.HeaderClassName
{
color: #AA2B9A;
}
.AnyTagClassName
{
color: #AA2B9A;
}
</style>
background-color css
<style>
a { background-color: #AA2B9A; }
a { background-color: rgb(170,43,154); }
div.DivClassName
{
background-color: #AA2B9A;
}
.BgClassName
{
background-color: #AA2B9A;
}
</style>
border-color css
<style>
span { border-color: #AA2B9A; }
span { border-color: rgb(170,43,154); }
td.TdClassName
{
border-color: #AA2B9A;
}
.TagClassName
{
border-color: #AA2B9A;
}
</style>