Shades of Medium Red Violet #AA298C
Tints of Medium Red Violet #AA298C
RGB
CMYK
RGB Variations
Color information
#AA298C (or 0xAA298C) is known color: Medium Red Violet. HEX triplet: AA, 29 and 8C. RGB value is (170,41,140). Sum of RGB (Red+Green+Blue) = 170+41+140=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA298C is #55D673. Grayscale: #5A5A5A. Windows color (decimal): -5625460 or 9185706. OLE color: 9185706.
HSL color Cylindrical-coordinate representation of color #AA298C: hue angle of 313.95º 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 #AA298C is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 140 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.33 |
| HSL | 313.95º | 0.61% | 0.41% | - |
| HSV(B) | 313.95º | 0.76% | 0.67% | - |
| XYZ | 22.1 | 12.03 | 25.97 | - |
| YUV | 90.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 140 | 0 | 0.76 | 0.18 | 0.33 | 313.95 | 0.61 | 0.41 |
| Hex | AA | 29 | 8C | 0 | 4C | 12 | 21 | 13A | 3D | 29 |
| Octal | 252 | 51 | 214 | 0 | 114 | 22 | 41 | 472 | 75 | 51 |
| Binary | 10101010 | 101001 | 10001100 | 0 | 1001100 | 10010 | 100001 | 100111010 | 111101 | 101001 |
Color Harmonies of #AA298C
Complementary color
Monochromatic Colors of #AA298C
Black with #AA298C
Text Example
Text Example
White with #AA298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA298C; }
p { color: rgb(170,41,140); }
H1.HeaderClassName
{
color: #AA298C;
}
.AnyTagClassName
{
color: #AA298C;
}
</style>
background-color css
<style>
a { background-color: #AA298C; }
a { background-color: rgb(170,41,140); }
div.DivClassName
{
background-color: #AA298C;
}
.BgClassName
{
background-color: #AA298C;
}
</style>
border-color css
<style>
span { border-color: #AA298C; }
span { border-color: rgb(170,41,140); }
td.TdClassName
{
border-color: #AA298C;
}
.TagClassName
{
border-color: #AA298C;
}
</style>