Shades of Medium Red Violet #A9298F
Tints of Medium Red Violet #A9298F
RGB
CMYK
RGB Variations
Color information
#A9298F (or 0xA9298F) is known color: Medium Red Violet. HEX triplet: A9, 29 and 8F. RGB value is (169,41,143). Sum of RGB (Red+Green+Blue) = 169+41+143=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A9298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9298F is #56D670. Grayscale: #5A5A5A. Windows color (decimal): -5690993 or 9382313. OLE color: 9382313.
HSL color Cylindrical-coordinate representation of color #A9298F: hue angle of 312.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9298F is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 143 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.34 |
| HSL | 312.19º | 0.61% | 0.41% | - |
| HSV(B) | 312.19º | 0.76% | 0.66% | - |
| XYZ | 22.11 | 12 | 27.14 | - |
| YUV | 90.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 143 | 0 | 0.76 | 0.15 | 0.34 | 312.19 | 0.61 | 0.41 |
| Hex | A9 | 29 | 8F | 0 | 4C | F | 22 | 138 | 3D | 29 |
| Octal | 251 | 51 | 217 | 0 | 114 | 17 | 42 | 470 | 75 | 51 |
| Binary | 10101001 | 101001 | 10001111 | 0 | 1001100 | 1111 | 100010 | 100111000 | 111101 | 101001 |
Color Harmonies of #A9298F
Complementary color
Monochromatic Colors of #A9298F
Black with #A9298F
Text Example
Text Example
White with #A9298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9298F; }
p { color: rgb(169,41,143); }
H1.HeaderClassName
{
color: #A9298F;
}
.AnyTagClassName
{
color: #A9298F;
}
</style>
background-color css
<style>
a { background-color: #A9298F; }
a { background-color: rgb(169,41,143); }
div.DivClassName
{
background-color: #A9298F;
}
.BgClassName
{
background-color: #A9298F;
}
</style>
border-color css
<style>
span { border-color: #A9298F; }
span { border-color: rgb(169,41,143); }
td.TdClassName
{
border-color: #A9298F;
}
.TagClassName
{
border-color: #A9298F;
}
</style>