Shades of Medium Red Violet #A7369C
Tints of Medium Red Violet #A7369C
RGB
CMYK
RGB Variations
Color information
#A7369C (or 0xA7369C) is known color: Medium Red Violet. HEX triplet: A7, 36 and 9C. RGB value is (167,54,156). Sum of RGB (Red+Green+Blue) = 167+54+156=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7369C is #58C963. Grayscale: #636363. Windows color (decimal): -5818724 or 10237607. OLE color: 10237607.
HSL color Cylindrical-coordinate representation of color #A7369C: hue angle of 305.84º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7369C is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 156 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.35 |
| HSL | 305.84º | 0.51% | 0.43% | - |
| HSV(B) | 305.84º | 0.68% | 0.65% | - |
| XYZ | 23.26 | 13.25 | 32.79 | - |
| YUV | 99.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 156 | 0 | 0.68 | 0.07 | 0.35 | 305.84 | 0.51 | 0.43 |
| Hex | A7 | 36 | 9C | 0 | 44 | 7 | 23 | 132 | 33 | 2B |
| Octal | 247 | 66 | 234 | 0 | 104 | 7 | 43 | 462 | 63 | 53 |
| Binary | 10100111 | 110110 | 10011100 | 0 | 1000100 | 111 | 100011 | 100110010 | 110011 | 101011 |
Color Harmonies of #A7369C
Complementary color
Monochromatic Colors of #A7369C
Black with #A7369C
Text Example
Text Example
White with #A7369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7369C; }
p { color: rgb(167,54,156); }
H1.HeaderClassName
{
color: #A7369C;
}
.AnyTagClassName
{
color: #A7369C;
}
</style>
background-color css
<style>
a { background-color: #A7369C; }
a { background-color: rgb(167,54,156); }
div.DivClassName
{
background-color: #A7369C;
}
.BgClassName
{
background-color: #A7369C;
}
</style>
border-color css
<style>
span { border-color: #A7369C; }
span { border-color: rgb(167,54,156); }
td.TdClassName
{
border-color: #A7369C;
}
.TagClassName
{
border-color: #A7369C;
}
</style>