Shades of Medium Red Violet #A9367F
Tints of Medium Red Violet #A9367F
RGB
CMYK
RGB Variations
Color information
#A9367F (or 0xA9367F) is known color: Medium Red Violet. HEX triplet: A9, 36 and 7F. RGB value is (169,54,127). Sum of RGB (Red+Green+Blue) = 169+54+127=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9367F is #56C980. Grayscale: #606060. Windows color (decimal): -5687681 or 8337065. OLE color: 8337065.
HSL color Cylindrical-coordinate representation of color #A9367F: hue angle of 321.91º 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 #A9367F is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 127 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.34 |
| HSL | 321.91º | 0.52% | 0.44% | - |
| HSV(B) | 321.91º | 0.68% | 0.66% | - |
| XYZ | 21.51 | 12.61 | 21.38 | - |
| YUV | 96.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 127 | 0 | 0.68 | 0.25 | 0.34 | 321.91 | 0.52 | 0.44 |
| Hex | A9 | 36 | 7F | 0 | 44 | 19 | 22 | 142 | 34 | 2C |
| Octal | 251 | 66 | 177 | 0 | 104 | 31 | 42 | 502 | 64 | 54 |
| Binary | 10101001 | 110110 | 1111111 | 0 | 1000100 | 11001 | 100010 | 101000010 | 110100 | 101100 |
Color Harmonies of #A9367F
Complementary color
Monochromatic Colors of #A9367F
Black with #A9367F
Text Example
Text Example
White with #A9367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9367F; }
p { color: rgb(169,54,127); }
H1.HeaderClassName
{
color: #A9367F;
}
.AnyTagClassName
{
color: #A9367F;
}
</style>
background-color css
<style>
a { background-color: #A9367F; }
a { background-color: rgb(169,54,127); }
div.DivClassName
{
background-color: #A9367F;
}
.BgClassName
{
background-color: #A9367F;
}
</style>
border-color css
<style>
span { border-color: #A9367F; }
span { border-color: rgb(169,54,127); }
td.TdClassName
{
border-color: #A9367F;
}
.TagClassName
{
border-color: #A9367F;
}
</style>