Shades of Medium Red Violet #AF337F
Tints of Medium Red Violet #AF337F
RGB
CMYK
RGB Variations
Color information
#AF337F (or 0xAF337F) is known color: Medium Red Violet. HEX triplet: AF, 33 and 7F. RGB value is (175,51,127). Sum of RGB (Red+Green+Blue) = 175+51+127=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF337F is #50CC80. Grayscale: #606060. Windows color (decimal): -5295233 or 8336303. OLE color: 8336303.
HSL color Cylindrical-coordinate representation of color #AF337F: hue angle of 323.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF337F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 127 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.31 |
| HSL | 323.23º | 0.55% | 0.44% | - |
| HSV(B) | 323.23º | 0.71% | 0.69% | - |
| XYZ | 22.69 | 13.01 | 21.39 | - |
| YUV | 96.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 127 | 0 | 0.71 | 0.27 | 0.31 | 323.23 | 0.55 | 0.44 |
| Hex | AF | 33 | 7F | 0 | 47 | 1B | 1F | 143 | 37 | 2C |
| Octal | 257 | 63 | 177 | 0 | 107 | 33 | 37 | 503 | 67 | 54 |
| Binary | 10101111 | 110011 | 1111111 | 0 | 1000111 | 11011 | 11111 | 101000011 | 110111 | 101100 |
Color Harmonies of #AF337F
Complementary color
Monochromatic Colors of #AF337F
Black with #AF337F
Text Example
Text Example
White with #AF337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF337F; }
p { color: rgb(175,51,127); }
H1.HeaderClassName
{
color: #AF337F;
}
.AnyTagClassName
{
color: #AF337F;
}
</style>
background-color css
<style>
a { background-color: #AF337F; }
a { background-color: rgb(175,51,127); }
div.DivClassName
{
background-color: #AF337F;
}
.BgClassName
{
background-color: #AF337F;
}
</style>
border-color css
<style>
span { border-color: #AF337F; }
span { border-color: rgb(175,51,127); }
td.TdClassName
{
border-color: #AF337F;
}
.TagClassName
{
border-color: #AF337F;
}
</style>