Shades of Medium Red Violet #A72685
Tints of Medium Red Violet #A72685
RGB
CMYK
RGB Variations
Color information
#A72685 (or 0xA72685) is known color: Medium Red Violet. HEX triplet: A7, 26 and 85. RGB value is (167,38,133). Sum of RGB (Red+Green+Blue) = 167+38+133=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A72685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72685 is #58D97A. Grayscale: #575757. Windows color (decimal): -5822843 or 8726183. OLE color: 8726183.
HSL color Cylindrical-coordinate representation of color #A72685: hue angle of 315.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72685 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 133 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.35 |
| HSL | 315.81º | 0.63% | 0.4% | - |
| HSV(B) | 315.81º | 0.77% | 0.65% | - |
| XYZ | 20.86 | 11.3 | 23.27 | - |
| YUV | 87.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 133 | 0 | 0.77 | 0.20 | 0.35 | 315.81 | 0.63 | 0.4 |
| Hex | A7 | 26 | 85 | 0 | 4D | 14 | 23 | 13C | 3F | 28 |
| Octal | 247 | 46 | 205 | 0 | 115 | 24 | 43 | 474 | 77 | 50 |
| Binary | 10100111 | 100110 | 10000101 | 0 | 1001101 | 10100 | 100011 | 100111100 | 111111 | 101000 |
Color Harmonies of #A72685
Complementary color
Monochromatic Colors of #A72685
Black with #A72685
Text Example
Text Example
White with #A72685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72685; }
p { color: rgb(167,38,133); }
H1.HeaderClassName
{
color: #A72685;
}
.AnyTagClassName
{
color: #A72685;
}
</style>
background-color css
<style>
a { background-color: #A72685; }
a { background-color: rgb(167,38,133); }
div.DivClassName
{
background-color: #A72685;
}
.BgClassName
{
background-color: #A72685;
}
</style>
border-color css
<style>
span { border-color: #A72685; }
span { border-color: rgb(167,38,133); }
td.TdClassName
{
border-color: #A72685;
}
.TagClassName
{
border-color: #A72685;
}
</style>