Shades of Medium Red Violet #A72896
Tints of Medium Red Violet #A72896
RGB
CMYK
RGB Variations
Color information
#A72896 (or 0xA72896) is known color: Medium Red Violet. HEX triplet: A7, 28 and 96. RGB value is (167,40,150). Sum of RGB (Red+Green+Blue) = 167+40+150=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A72896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72896 is #58D769. Grayscale: #5A5A5A. Windows color (decimal): -5822314 or 9840807. OLE color: 9840807.
HSL color Cylindrical-coordinate representation of color #A72896: hue angle of 308.03º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72896 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 150 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.35 |
| HSL | 308.03º | 0.61% | 0.41% | - |
| HSV(B) | 308.03º | 0.76% | 0.65% | - |
| XYZ | 22.2 | 11.94 | 29.99 | - |
| YUV | 90.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 150 | 0 | 0.76 | 0.10 | 0.35 | 308.03 | 0.61 | 0.41 |
| Hex | A7 | 28 | 96 | 0 | 4C | A | 23 | 134 | 3D | 29 |
| Octal | 247 | 50 | 226 | 0 | 114 | 12 | 43 | 464 | 75 | 51 |
| Binary | 10100111 | 101000 | 10010110 | 0 | 1001100 | 1010 | 100011 | 100110100 | 111101 | 101001 |
Color Harmonies of #A72896
Complementary color
Monochromatic Colors of #A72896
Black with #A72896
Text Example
Text Example
White with #A72896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72896; }
p { color: rgb(167,40,150); }
H1.HeaderClassName
{
color: #A72896;
}
.AnyTagClassName
{
color: #A72896;
}
</style>
background-color css
<style>
a { background-color: #A72896; }
a { background-color: rgb(167,40,150); }
div.DivClassName
{
background-color: #A72896;
}
.BgClassName
{
background-color: #A72896;
}
</style>
border-color css
<style>
span { border-color: #A72896; }
span { border-color: rgb(167,40,150); }
td.TdClassName
{
border-color: #A72896;
}
.TagClassName
{
border-color: #A72896;
}
</style>