Shades of Medium Red Violet #AA298A
Tints of Medium Red Violet #AA298A
RGB
CMYK
RGB Variations
Color information
#AA298A (or 0xAA298A) is known color: Medium Red Violet. HEX triplet: AA, 29 and 8A. RGB value is (170,41,138). Sum of RGB (Red+Green+Blue) = 170+41+138=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA298A is #55D675. Grayscale: #5A5A5A. Windows color (decimal): -5625462 or 9054634. OLE color: 9054634.
HSL color Cylindrical-coordinate representation of color #AA298A: hue angle of 314.88º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA298A is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 138 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.33 |
| HSL | 314.88º | 0.61% | 0.41% | - |
| HSV(B) | 314.88º | 0.76% | 0.67% | - |
| XYZ | 21.96 | 11.97 | 25.2 | - |
| YUV | 90.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 138 | 0 | 0.76 | 0.19 | 0.33 | 314.88 | 0.61 | 0.41 |
| Hex | AA | 29 | 8A | 0 | 4C | 13 | 21 | 13B | 3D | 29 |
| Octal | 252 | 51 | 212 | 0 | 114 | 23 | 41 | 473 | 75 | 51 |
| Binary | 10101010 | 101001 | 10001010 | 0 | 1001100 | 10011 | 100001 | 100111011 | 111101 | 101001 |
Color Harmonies of #AA298A
Complementary color
Monochromatic Colors of #AA298A
Black with #AA298A
Text Example
Text Example
White with #AA298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA298A; }
p { color: rgb(170,41,138); }
H1.HeaderClassName
{
color: #AA298A;
}
.AnyTagClassName
{
color: #AA298A;
}
</style>
background-color css
<style>
a { background-color: #AA298A; }
a { background-color: rgb(170,41,138); }
div.DivClassName
{
background-color: #AA298A;
}
.BgClassName
{
background-color: #AA298A;
}
</style>
border-color css
<style>
span { border-color: #AA298A; }
span { border-color: rgb(170,41,138); }
td.TdClassName
{
border-color: #AA298A;
}
.TagClassName
{
border-color: #AA298A;
}
</style>