Shades of Medium Red Violet #AF1F77
Tints of Medium Red Violet #AF1F77
RGB
CMYK
RGB Variations
Color information
#AF1F77 (or 0xAF1F77) is known color: Medium Red Violet. HEX triplet: AF, 1F and 77. RGB value is (175,31,119). Sum of RGB (Red+Green+Blue) = 175+31+119=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F77 is #50E088. Grayscale: #535353. Windows color (decimal): -5300361 or 7806895. OLE color: 7806895.
HSL color Cylindrical-coordinate representation of color #AF1F77: hue angle of 323.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F77 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 119 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.31 |
| HSL | 323.33º | 0.7% | 0.4% | - |
| HSV(B) | 323.33º | 0.82% | 0.69% | - |
| XYZ | 21.5 | 11.43 | 18.53 | - |
| YUV | 84.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 119 | 0 | 0.82 | 0.32 | 0.31 | 323.33 | 0.7 | 0.4 |
| Hex | AF | 1F | 77 | 0 | 52 | 20 | 1F | 143 | 46 | 28 |
| Octal | 257 | 37 | 167 | 0 | 122 | 40 | 37 | 503 | 106 | 50 |
| Binary | 10101111 | 11111 | 1110111 | 0 | 1010010 | 100000 | 11111 | 101000011 | 1000110 | 101000 |
Color Harmonies of #AF1F77
Complementary color
Monochromatic Colors of #AF1F77
Black with #AF1F77
Text Example
Text Example
White with #AF1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F77; }
p { color: rgb(175,31,119); }
H1.HeaderClassName
{
color: #AF1F77;
}
.AnyTagClassName
{
color: #AF1F77;
}
</style>
background-color css
<style>
a { background-color: #AF1F77; }
a { background-color: rgb(175,31,119); }
div.DivClassName
{
background-color: #AF1F77;
}
.BgClassName
{
background-color: #AF1F77;
}
</style>
border-color css
<style>
span { border-color: #AF1F77; }
span { border-color: rgb(175,31,119); }
td.TdClassName
{
border-color: #AF1F77;
}
.TagClassName
{
border-color: #AF1F77;
}
</style>