Shades of Medium Red Violet #A9229F
Tints of Medium Red Violet #A9229F
RGB
CMYK
RGB Variations
Color information
#A9229F (or 0xA9229F) is known color: Medium Red Violet. HEX triplet: A9, 22 and 9F. RGB value is (169,34,159). Sum of RGB (Red+Green+Blue) = 169+34+159=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9229F is #56DD60. Grayscale: #585858. Windows color (decimal): -5692769 or 10429097. OLE color: 10429097.
HSL color Cylindrical-coordinate representation of color #A9229F: hue angle of 304.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9229F is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 34 | 159 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.34 |
| HSL | 304.44º | 0.67% | 0.4% | - |
| HSV(B) | 304.44º | 0.8% | 0.66% | - |
| XYZ | 23.19 | 12.08 | 33.91 | - |
| YUV | 88.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 159 | 0 | 0.80 | 0.06 | 0.34 | 304.44 | 0.67 | 0.4 |
| Hex | A9 | 22 | 9F | 0 | 50 | 6 | 22 | 130 | 43 | 28 |
| Octal | 251 | 42 | 237 | 0 | 120 | 6 | 42 | 460 | 103 | 50 |
| Binary | 10101001 | 100010 | 10011111 | 0 | 1010000 | 110 | 100010 | 100110000 | 1000011 | 101000 |
Color Harmonies of #A9229F
Complementary color
Monochromatic Colors of #A9229F
Black with #A9229F
Text Example
Text Example
White with #A9229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9229F; }
p { color: rgb(169,34,159); }
H1.HeaderClassName
{
color: #A9229F;
}
.AnyTagClassName
{
color: #A9229F;
}
</style>
background-color css
<style>
a { background-color: #A9229F; }
a { background-color: rgb(169,34,159); }
div.DivClassName
{
background-color: #A9229F;
}
.BgClassName
{
background-color: #A9229F;
}
</style>
border-color css
<style>
span { border-color: #A9229F; }
span { border-color: rgb(169,34,159); }
td.TdClassName
{
border-color: #A9229F;
}
.TagClassName
{
border-color: #A9229F;
}
</style>