Shades of Medium Red Violet #A7359B
Tints of Medium Red Violet #A7359B
RGB
CMYK
RGB Variations
Color information
#A7359B (or 0xA7359B) is known color: Medium Red Violet. HEX triplet: A7, 35 and 9B. RGB value is (167,53,155). Sum of RGB (Red+Green+Blue) = 167+53+155=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7359B is #58CA64. Grayscale: #626262. Windows color (decimal): -5818981 or 10171815. OLE color: 10171815.
HSL color Cylindrical-coordinate representation of color #A7359B: hue angle of 306.32º degrees, saturation: 0.52, 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 #A7359B is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 155 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.35 |
| HSL | 306.32º | 0.52% | 0.43% | - |
| HSV(B) | 306.32º | 0.68% | 0.65% | - |
| XYZ | 23.13 | 13.13 | 32.33 | - |
| YUV | 98.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 155 | 0 | 0.68 | 0.07 | 0.35 | 306.32 | 0.52 | 0.43 |
| Hex | A7 | 35 | 9B | 0 | 44 | 7 | 23 | 132 | 34 | 2B |
| Octal | 247 | 65 | 233 | 0 | 104 | 7 | 43 | 462 | 64 | 53 |
| Binary | 10100111 | 110101 | 10011011 | 0 | 1000100 | 111 | 100011 | 100110010 | 110100 | 101011 |
Color Harmonies of #A7359B
Complementary color
Monochromatic Colors of #A7359B
Black with #A7359B
Text Example
Text Example
White with #A7359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7359B; }
p { color: rgb(167,53,155); }
H1.HeaderClassName
{
color: #A7359B;
}
.AnyTagClassName
{
color: #A7359B;
}
</style>
background-color css
<style>
a { background-color: #A7359B; }
a { background-color: rgb(167,53,155); }
div.DivClassName
{
background-color: #A7359B;
}
.BgClassName
{
background-color: #A7359B;
}
</style>
border-color css
<style>
span { border-color: #A7359B; }
span { border-color: rgb(167,53,155); }
td.TdClassName
{
border-color: #A7359B;
}
.TagClassName
{
border-color: #A7359B;
}
</style>