Shades of Medium Red Violet #A9367C
Tints of Medium Red Violet #A9367C
RGB
CMYK
RGB Variations
Color information
#A9367C (or 0xA9367C) is known color: Medium Red Violet. HEX triplet: A9, 36 and 7C. RGB value is (169,54,124). Sum of RGB (Red+Green+Blue) = 169+54+124=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9367C is #56C983. Grayscale: #606060. Windows color (decimal): -5687684 or 8140457. OLE color: 8140457.
HSL color Cylindrical-coordinate representation of color #A9367C: hue angle of 323.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9367C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 124 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.34 |
| HSL | 323.48º | 0.52% | 0.44% | - |
| HSV(B) | 323.48º | 0.68% | 0.66% | - |
| XYZ | 21.32 | 12.53 | 20.36 | - |
| YUV | 96.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 124 | 0 | 0.68 | 0.27 | 0.34 | 323.48 | 0.52 | 0.44 |
| Hex | A9 | 36 | 7C | 0 | 44 | 1B | 22 | 143 | 34 | 2C |
| Octal | 251 | 66 | 174 | 0 | 104 | 33 | 42 | 503 | 64 | 54 |
| Binary | 10101001 | 110110 | 1111100 | 0 | 1000100 | 11011 | 100010 | 101000011 | 110100 | 101100 |
Color Harmonies of #A9367C
Complementary color
Monochromatic Colors of #A9367C
Black with #A9367C
Text Example
Text Example
White with #A9367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9367C; }
p { color: rgb(169,54,124); }
H1.HeaderClassName
{
color: #A9367C;
}
.AnyTagClassName
{
color: #A9367C;
}
</style>
background-color css
<style>
a { background-color: #A9367C; }
a { background-color: rgb(169,54,124); }
div.DivClassName
{
background-color: #A9367C;
}
.BgClassName
{
background-color: #A9367C;
}
</style>
border-color css
<style>
span { border-color: #A9367C; }
span { border-color: rgb(169,54,124); }
td.TdClassName
{
border-color: #A9367C;
}
.TagClassName
{
border-color: #A9367C;
}
</style>