Shades of Medium Red Violet #AA298D
Tints of Medium Red Violet #AA298D
RGB
CMYK
RGB Variations
Color information
#AA298D (or 0xAA298D) is known color: Medium Red Violet. HEX triplet: AA, 29 and 8D. RGB value is (170,41,141). Sum of RGB (Red+Green+Blue) = 170+41+141=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA298D is #55D672. Grayscale: #5A5A5A. Windows color (decimal): -5625459 or 9251242. OLE color: 9251242.
HSL color Cylindrical-coordinate representation of color #AA298D: hue angle of 313.49º 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 #AA298D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 141 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.33 |
| HSL | 313.49º | 0.61% | 0.41% | - |
| HSV(B) | 313.49º | 0.76% | 0.67% | - |
| XYZ | 22.18 | 12.06 | 26.36 | - |
| YUV | 90.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 141 | 0 | 0.76 | 0.17 | 0.33 | 313.49 | 0.61 | 0.41 |
| Hex | AA | 29 | 8D | 0 | 4C | 11 | 21 | 139 | 3D | 29 |
| Octal | 252 | 51 | 215 | 0 | 114 | 21 | 41 | 471 | 75 | 51 |
| Binary | 10101010 | 101001 | 10001101 | 0 | 1001100 | 10001 | 100001 | 100111001 | 111101 | 101001 |
Color Harmonies of #AA298D
Complementary color
Monochromatic Colors of #AA298D
Black with #AA298D
Text Example
Text Example
White with #AA298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA298D; }
p { color: rgb(170,41,141); }
H1.HeaderClassName
{
color: #AA298D;
}
.AnyTagClassName
{
color: #AA298D;
}
</style>
background-color css
<style>
a { background-color: #AA298D; }
a { background-color: rgb(170,41,141); }
div.DivClassName
{
background-color: #AA298D;
}
.BgClassName
{
background-color: #AA298D;
}
</style>
border-color css
<style>
span { border-color: #AA298D; }
span { border-color: rgb(170,41,141); }
td.TdClassName
{
border-color: #AA298D;
}
.TagClassName
{
border-color: #AA298D;
}
</style>