Shades of Medium Red Violet #AF2972
Tints of Medium Red Violet #AF2972
RGB
CMYK
RGB Variations
Color information
#AF2972 (or 0xAF2972) is known color: Medium Red Violet. HEX triplet: AF, 29 and 72. RGB value is (175,41,114). Sum of RGB (Red+Green+Blue) = 175+41+114=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2972 is #50D68D. Grayscale: #595959. Windows color (decimal): -5297806 or 7481775. OLE color: 7481775.
HSL color Cylindrical-coordinate representation of color #AF2972: hue angle of 327.31º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2972 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 114 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.31 |
| HSL | 327.31º | 0.62% | 0.42% | - |
| HSV(B) | 327.31º | 0.77% | 0.69% | - |
| XYZ | 21.51 | 11.91 | 17.09 | - |
| YUV | 89.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 114 | 0 | 0.77 | 0.35 | 0.31 | 327.31 | 0.62 | 0.42 |
| Hex | AF | 29 | 72 | 0 | 4D | 23 | 1F | 147 | 3E | 2A |
| Octal | 257 | 51 | 162 | 0 | 115 | 43 | 37 | 507 | 76 | 52 |
| Binary | 10101111 | 101001 | 1110010 | 0 | 1001101 | 100011 | 11111 | 101000111 | 111110 | 101010 |
Color Harmonies of #AF2972
Complementary color
Monochromatic Colors of #AF2972
Black with #AF2972
Text Example
Text Example
White with #AF2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2972; }
p { color: rgb(175,41,114); }
H1.HeaderClassName
{
color: #AF2972;
}
.AnyTagClassName
{
color: #AF2972;
}
</style>
background-color css
<style>
a { background-color: #AF2972; }
a { background-color: rgb(175,41,114); }
div.DivClassName
{
background-color: #AF2972;
}
.BgClassName
{
background-color: #AF2972;
}
</style>
border-color css
<style>
span { border-color: #AF2972; }
span { border-color: rgb(175,41,114); }
td.TdClassName
{
border-color: #AF2972;
}
.TagClassName
{
border-color: #AF2972;
}
</style>