Shades of Medium Red Violet #AF2876
Tints of Medium Red Violet #AF2876
RGB
CMYK
RGB Variations
Color information
#AF2876 (or 0xAF2876) is known color: Medium Red Violet. HEX triplet: AF, 28 and 76. RGB value is (175,40,118). Sum of RGB (Red+Green+Blue) = 175+40+118=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2876 is #50D789. Grayscale: #595959. Windows color (decimal): -5298058 or 7743663. OLE color: 7743663.
HSL color Cylindrical-coordinate representation of color #AF2876: hue angle of 325.33º 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 #AF2876 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 118 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.31 |
| HSL | 325.33º | 0.63% | 0.42% | - |
| HSV(B) | 325.33º | 0.77% | 0.69% | - |
| XYZ | 21.71 | 11.94 | 18.3 | - |
| YUV | 89.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 118 | 0 | 0.77 | 0.33 | 0.31 | 325.33 | 0.63 | 0.42 |
| Hex | AF | 28 | 76 | 0 | 4D | 21 | 1F | 145 | 3F | 2A |
| Octal | 257 | 50 | 166 | 0 | 115 | 41 | 37 | 505 | 77 | 52 |
| Binary | 10101111 | 101000 | 1110110 | 0 | 1001101 | 100001 | 11111 | 101000101 | 111111 | 101010 |
Color Harmonies of #AF2876
Complementary color
Monochromatic Colors of #AF2876
Black with #AF2876
Text Example
Text Example
White with #AF2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2876; }
p { color: rgb(175,40,118); }
H1.HeaderClassName
{
color: #AF2876;
}
.AnyTagClassName
{
color: #AF2876;
}
</style>
background-color css
<style>
a { background-color: #AF2876; }
a { background-color: rgb(175,40,118); }
div.DivClassName
{
background-color: #AF2876;
}
.BgClassName
{
background-color: #AF2876;
}
</style>
border-color css
<style>
span { border-color: #AF2876; }
span { border-color: rgb(175,40,118); }
td.TdClassName
{
border-color: #AF2876;
}
.TagClassName
{
border-color: #AF2876;
}
</style>