Shades of Medium Red Violet #AF2873
Tints of Medium Red Violet #AF2873
RGB
CMYK
RGB Variations
Color information
#AF2873 (or 0xAF2873) is known color: Medium Red Violet. HEX triplet: AF, 28 and 73. RGB value is (175,40,115). Sum of RGB (Red+Green+Blue) = 175+40+115=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2873 is #50D78C. Grayscale: #585858. Windows color (decimal): -5298061 or 7547055. OLE color: 7547055.
HSL color Cylindrical-coordinate representation of color #AF2873: hue angle of 326.67º degrees, saturation: 0.63, 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 #AF2873 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 115 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.31 |
| HSL | 326.67º | 0.63% | 0.42% | - |
| HSV(B) | 326.67º | 0.77% | 0.69% | - |
| XYZ | 21.53 | 11.87 | 17.38 | - |
| YUV | 88.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 115 | 0 | 0.77 | 0.34 | 0.31 | 326.67 | 0.63 | 0.42 |
| Hex | AF | 28 | 73 | 0 | 4D | 22 | 1F | 147 | 3F | 2A |
| Octal | 257 | 50 | 163 | 0 | 115 | 42 | 37 | 507 | 77 | 52 |
| Binary | 10101111 | 101000 | 1110011 | 0 | 1001101 | 100010 | 11111 | 101000111 | 111111 | 101010 |
Color Harmonies of #AF2873
Complementary color
Monochromatic Colors of #AF2873
Black with #AF2873
Text Example
Text Example
White with #AF2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2873; }
p { color: rgb(175,40,115); }
H1.HeaderClassName
{
color: #AF2873;
}
.AnyTagClassName
{
color: #AF2873;
}
</style>
background-color css
<style>
a { background-color: #AF2873; }
a { background-color: rgb(175,40,115); }
div.DivClassName
{
background-color: #AF2873;
}
.BgClassName
{
background-color: #AF2873;
}
</style>
border-color css
<style>
span { border-color: #AF2873; }
span { border-color: rgb(175,40,115); }
td.TdClassName
{
border-color: #AF2873;
}
.TagClassName
{
border-color: #AF2873;
}
</style>