Shades of Medium Red Violet #A9247E
Tints of Medium Red Violet #A9247E
RGB
CMYK
RGB Variations
Color information
#A9247E (or 0xA9247E) is known color: Medium Red Violet. HEX triplet: A9, 24 and 7E. RGB value is (169,36,126). Sum of RGB (Red+Green+Blue) = 169+36+126=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9247E is #56DB81. Grayscale: #555555. Windows color (decimal): -5692290 or 8266921. OLE color: 8266921.
HSL color Cylindrical-coordinate representation of color #A9247E: hue angle of 319.4º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9247E is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 36 | 126 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.34 |
| HSL | 319.4º | 0.65% | 0.4% | - |
| HSV(B) | 319.4º | 0.79% | 0.66% | - |
| XYZ | 20.76 | 11.2 | 20.81 | - |
| YUV | 86.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 126 | 0 | 0.79 | 0.25 | 0.34 | 319.4 | 0.65 | 0.4 |
| Hex | A9 | 24 | 7E | 0 | 4F | 19 | 22 | 13F | 41 | 28 |
| Octal | 251 | 44 | 176 | 0 | 117 | 31 | 42 | 477 | 101 | 50 |
| Binary | 10101001 | 100100 | 1111110 | 0 | 1001111 | 11001 | 100010 | 100111111 | 1000001 | 101000 |
Color Harmonies of #A9247E
Complementary color
Monochromatic Colors of #A9247E
Black with #A9247E
Text Example
Text Example
White with #A9247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9247E; }
p { color: rgb(169,36,126); }
H1.HeaderClassName
{
color: #A9247E;
}
.AnyTagClassName
{
color: #A9247E;
}
</style>
background-color css
<style>
a { background-color: #A9247E; }
a { background-color: rgb(169,36,126); }
div.DivClassName
{
background-color: #A9247E;
}
.BgClassName
{
background-color: #A9247E;
}
</style>
border-color css
<style>
span { border-color: #A9247E; }
span { border-color: rgb(169,36,126); }
td.TdClassName
{
border-color: #A9247E;
}
.TagClassName
{
border-color: #A9247E;
}
</style>