Shades of Medium Red Violet #AF2971
Tints of Medium Red Violet #AF2971
RGB
CMYK
RGB Variations
Color information
#AF2971 (or 0xAF2971) is known color: Medium Red Violet. HEX triplet: AF, 29 and 71. RGB value is (175,41,113). Sum of RGB (Red+Green+Blue) = 175+41+113=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2971 is #50D68E. Grayscale: #595959. Windows color (decimal): -5297807 or 7416239. OLE color: 7416239.
HSL color Cylindrical-coordinate representation of color #AF2971: hue angle of 327.76º 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 #AF2971 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 113 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.31 |
| HSL | 327.76º | 0.62% | 0.42% | - |
| HSV(B) | 327.76º | 0.77% | 0.69% | - |
| XYZ | 21.45 | 11.89 | 16.79 | - |
| YUV | 89.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 113 | 0 | 0.77 | 0.35 | 0.31 | 327.76 | 0.62 | 0.42 |
| Hex | AF | 29 | 71 | 0 | 4D | 23 | 1F | 148 | 3E | 2A |
| Octal | 257 | 51 | 161 | 0 | 115 | 43 | 37 | 510 | 76 | 52 |
| Binary | 10101111 | 101001 | 1110001 | 0 | 1001101 | 100011 | 11111 | 101001000 | 111110 | 101010 |
Color Harmonies of #AF2971
Complementary color
Monochromatic Colors of #AF2971
Black with #AF2971
Text Example
Text Example
White with #AF2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2971; }
p { color: rgb(175,41,113); }
H1.HeaderClassName
{
color: #AF2971;
}
.AnyTagClassName
{
color: #AF2971;
}
</style>
background-color css
<style>
a { background-color: #AF2971; }
a { background-color: rgb(175,41,113); }
div.DivClassName
{
background-color: #AF2971;
}
.BgClassName
{
background-color: #AF2971;
}
</style>
border-color css
<style>
span { border-color: #AF2971; }
span { border-color: rgb(175,41,113); }
td.TdClassName
{
border-color: #AF2971;
}
.TagClassName
{
border-color: #AF2971;
}
</style>