Shades of Medium Red Violet #A9379C
Tints of Medium Red Violet #A9379C
RGB
CMYK
RGB Variations
Color information
#A9379C (or 0xA9379C) is known color: Medium Red Violet. HEX triplet: A9, 37 and 9C. RGB value is (169,55,156). Sum of RGB (Red+Green+Blue) = 169+55+156=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9379C is #56C863. Grayscale: #646464. Windows color (decimal): -5687396 or 10237865. OLE color: 10237865.
HSL color Cylindrical-coordinate representation of color #A9379C: hue angle of 306.84º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9379C is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 156 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.34 |
| HSL | 306.84º | 0.51% | 0.44% | - |
| HSV(B) | 306.84º | 0.67% | 0.66% | - |
| XYZ | 23.73 | 13.57 | 32.82 | - |
| YUV | 100.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 156 | 0 | 0.67 | 0.08 | 0.34 | 306.84 | 0.51 | 0.44 |
| Hex | A9 | 37 | 9C | 0 | 43 | 8 | 22 | 133 | 33 | 2C |
| Octal | 251 | 67 | 234 | 0 | 103 | 10 | 42 | 463 | 63 | 54 |
| Binary | 10101001 | 110111 | 10011100 | 0 | 1000011 | 1000 | 100010 | 100110011 | 110011 | 101100 |
Color Harmonies of #A9379C
Complementary color
Monochromatic Colors of #A9379C
Black with #A9379C
Text Example
Text Example
White with #A9379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9379C; }
p { color: rgb(169,55,156); }
H1.HeaderClassName
{
color: #A9379C;
}
.AnyTagClassName
{
color: #A9379C;
}
</style>
background-color css
<style>
a { background-color: #A9379C; }
a { background-color: rgb(169,55,156); }
div.DivClassName
{
background-color: #A9379C;
}
.BgClassName
{
background-color: #A9379C;
}
</style>
border-color css
<style>
span { border-color: #A9379C; }
span { border-color: rgb(169,55,156); }
td.TdClassName
{
border-color: #A9379C;
}
.TagClassName
{
border-color: #A9379C;
}
</style>