Shades of Medium Red Violet #AF2879
Tints of Medium Red Violet #AF2879
RGB
CMYK
RGB Variations
Color information
#AF2879 (or 0xAF2879) is known color: Medium Red Violet. HEX triplet: AF, 28 and 79. RGB value is (175,40,121). Sum of RGB (Red+Green+Blue) = 175+40+121=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2879 is #50D786. Grayscale: #595959. Windows color (decimal): -5298055 or 7940271. OLE color: 7940271.
HSL color Cylindrical-coordinate representation of color #AF2879: hue angle of 324º 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 #AF2879 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 121 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.31 |
| HSL | 324º | 0.63% | 0.42% | - |
| HSV(B) | 324º | 0.77% | 0.69% | - |
| XYZ | 21.89 | 12.01 | 19.25 | - |
| YUV | 89.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 121 | 0 | 0.77 | 0.31 | 0.31 | 324 | 0.63 | 0.42 |
| Hex | AF | 28 | 79 | 0 | 4D | 1F | 1F | 144 | 3F | 2A |
| Octal | 257 | 50 | 171 | 0 | 115 | 37 | 37 | 504 | 77 | 52 |
| Binary | 10101111 | 101000 | 1111001 | 0 | 1001101 | 11111 | 11111 | 101000100 | 111111 | 101010 |
Color Harmonies of #AF2879
Complementary color
Monochromatic Colors of #AF2879
Black with #AF2879
Text Example
Text Example
White with #AF2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2879; }
p { color: rgb(175,40,121); }
H1.HeaderClassName
{
color: #AF2879;
}
.AnyTagClassName
{
color: #AF2879;
}
</style>
background-color css
<style>
a { background-color: #AF2879; }
a { background-color: rgb(175,40,121); }
div.DivClassName
{
background-color: #AF2879;
}
.BgClassName
{
background-color: #AF2879;
}
</style>
border-color css
<style>
span { border-color: #AF2879; }
span { border-color: rgb(175,40,121); }
td.TdClassName
{
border-color: #AF2879;
}
.TagClassName
{
border-color: #AF2879;
}
</style>