Shades of Medium Red Violet #AA2D9B
Tints of Medium Red Violet #AA2D9B
RGB
CMYK
RGB Variations
Color information
#AA2D9B (or 0xAA2D9B) is known color: Medium Red Violet. HEX triplet: AA, 2D and 9B. RGB value is (170,45,155). Sum of RGB (Red+Green+Blue) = 170+45+155=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2D9B is #55D264. Grayscale: #5E5E5E. Windows color (decimal): -5624421 or 10169770. OLE color: 10169770.
HSL color Cylindrical-coordinate representation of color #AA2D9B: hue angle of 307.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D9B is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 155 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.33 |
| HSL | 307.2º | 0.58% | 0.42% | - |
| HSV(B) | 307.2º | 0.74% | 0.67% | - |
| XYZ | 23.43 | 12.79 | 32.24 | - |
| YUV | 94.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 155 | 0 | 0.74 | 0.09 | 0.33 | 307.2 | 0.58 | 0.42 |
| Hex | AA | 2D | 9B | 0 | 4A | 9 | 21 | 133 | 3A | 2A |
| Octal | 252 | 55 | 233 | 0 | 112 | 11 | 41 | 463 | 72 | 52 |
| Binary | 10101010 | 101101 | 10011011 | 0 | 1001010 | 1001 | 100001 | 100110011 | 111010 | 101010 |
Color Harmonies of #AA2D9B
Complementary color
Monochromatic Colors of #AA2D9B
Black with #AA2D9B
Text Example
Text Example
White with #AA2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D9B; }
p { color: rgb(170,45,155); }
H1.HeaderClassName
{
color: #AA2D9B;
}
.AnyTagClassName
{
color: #AA2D9B;
}
</style>
background-color css
<style>
a { background-color: #AA2D9B; }
a { background-color: rgb(170,45,155); }
div.DivClassName
{
background-color: #AA2D9B;
}
.BgClassName
{
background-color: #AA2D9B;
}
</style>
border-color css
<style>
span { border-color: #AA2D9B; }
span { border-color: rgb(170,45,155); }
td.TdClassName
{
border-color: #AA2D9B;
}
.TagClassName
{
border-color: #AA2D9B;
}
</style>