Shades of Medium Red Violet #AF2877
Tints of Medium Red Violet #AF2877
RGB
CMYK
RGB Variations
Color information
#AF2877 (or 0xAF2877) is known color: Medium Red Violet. HEX triplet: AF, 28 and 77. RGB value is (175,40,119). Sum of RGB (Red+Green+Blue) = 175+40+119=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2877 is #50D788. Grayscale: #595959. Windows color (decimal): -5298057 or 7809199. OLE color: 7809199.
HSL color Cylindrical-coordinate representation of color #AF2877: hue angle of 324.89º 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 #AF2877 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 119 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.31 |
| HSL | 324.89º | 0.63% | 0.42% | - |
| HSV(B) | 324.89º | 0.77% | 0.69% | - |
| XYZ | 21.77 | 11.96 | 18.61 | - |
| YUV | 89.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 119 | 0 | 0.77 | 0.32 | 0.31 | 324.89 | 0.63 | 0.42 |
| Hex | AF | 28 | 77 | 0 | 4D | 20 | 1F | 145 | 3F | 2A |
| Octal | 257 | 50 | 167 | 0 | 115 | 40 | 37 | 505 | 77 | 52 |
| Binary | 10101111 | 101000 | 1110111 | 0 | 1001101 | 100000 | 11111 | 101000101 | 111111 | 101010 |
Color Harmonies of #AF2877
Complementary color
Monochromatic Colors of #AF2877
Black with #AF2877
Text Example
Text Example
White with #AF2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2877; }
p { color: rgb(175,40,119); }
H1.HeaderClassName
{
color: #AF2877;
}
.AnyTagClassName
{
color: #AF2877;
}
</style>
background-color css
<style>
a { background-color: #AF2877; }
a { background-color: rgb(175,40,119); }
div.DivClassName
{
background-color: #AF2877;
}
.BgClassName
{
background-color: #AF2877;
}
</style>
border-color css
<style>
span { border-color: #AF2877; }
span { border-color: rgb(175,40,119); }
td.TdClassName
{
border-color: #AF2877;
}
.TagClassName
{
border-color: #AF2877;
}
</style>