Shades of Medium Red Violet #AF2471
Tints of Medium Red Violet #AF2471
RGB
CMYK
RGB Variations
Color information
#AF2471 (or 0xAF2471) is known color: Medium Red Violet. HEX triplet: AF, 24 and 71. RGB value is (175,36,113). Sum of RGB (Red+Green+Blue) = 175+36+113=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2471 is #50DB8E. Grayscale: #565656. Windows color (decimal): -5299087 or 7414959. OLE color: 7414959.
HSL color Cylindrical-coordinate representation of color #AF2471: hue angle of 326.76º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2471 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 113 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.31 |
| HSL | 326.76º | 0.66% | 0.41% | - |
| HSV(B) | 326.76º | 0.79% | 0.69% | - |
| XYZ | 21.29 | 11.57 | 16.73 | - |
| YUV | 86.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 113 | 0 | 0.79 | 0.35 | 0.31 | 326.76 | 0.66 | 0.41 |
| Hex | AF | 24 | 71 | 0 | 4F | 23 | 1F | 147 | 42 | 29 |
| Octal | 257 | 44 | 161 | 0 | 117 | 43 | 37 | 507 | 102 | 51 |
| Binary | 10101111 | 100100 | 1110001 | 0 | 1001111 | 100011 | 11111 | 101000111 | 1000010 | 101001 |
Color Harmonies of #AF2471
Complementary color
Monochromatic Colors of #AF2471
Black with #AF2471
Text Example
Text Example
White with #AF2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2471; }
p { color: rgb(175,36,113); }
H1.HeaderClassName
{
color: #AF2471;
}
.AnyTagClassName
{
color: #AF2471;
}
</style>
background-color css
<style>
a { background-color: #AF2471; }
a { background-color: rgb(175,36,113); }
div.DivClassName
{
background-color: #AF2471;
}
.BgClassName
{
background-color: #AF2471;
}
</style>
border-color css
<style>
span { border-color: #AF2471; }
span { border-color: rgb(175,36,113); }
td.TdClassName
{
border-color: #AF2471;
}
.TagClassName
{
border-color: #AF2471;
}
</style>