Shades of Medium Red Violet #AF3E7F
Tints of Medium Red Violet #AF3E7F
RGB
CMYK
RGB Variations
Color information
#AF3E7F (or 0xAF3E7F) is known color: Medium Red Violet. HEX triplet: AF, 3E and 7F. RGB value is (175,62,127). Sum of RGB (Red+Green+Blue) = 175+62+127=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E7F is #50C180. Grayscale: #676767. Windows color (decimal): -5292417 or 8339119. OLE color: 8339119.
HSL color Cylindrical-coordinate representation of color #AF3E7F: hue angle of 325.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E7F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 127 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.31 |
| HSL | 325.49º | 0.48% | 0.46% | - |
| HSV(B) | 325.49º | 0.65% | 0.69% | - |
| XYZ | 23.23 | 14.09 | 21.57 | - |
| YUV | 103.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 127 | 0 | 0.65 | 0.27 | 0.31 | 325.49 | 0.48 | 0.46 |
| Hex | AF | 3E | 7F | 0 | 41 | 1B | 1F | 145 | 30 | 2E |
| Octal | 257 | 76 | 177 | 0 | 101 | 33 | 37 | 505 | 60 | 56 |
| Binary | 10101111 | 111110 | 1111111 | 0 | 1000001 | 11011 | 11111 | 101000101 | 110000 | 101110 |
Color Harmonies of #AF3E7F
Complementary color
Monochromatic Colors of #AF3E7F
Black with #AF3E7F
Text Example
Text Example
White with #AF3E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E7F; }
p { color: rgb(175,62,127); }
H1.HeaderClassName
{
color: #AF3E7F;
}
.AnyTagClassName
{
color: #AF3E7F;
}
</style>
background-color css
<style>
a { background-color: #AF3E7F; }
a { background-color: rgb(175,62,127); }
div.DivClassName
{
background-color: #AF3E7F;
}
.BgClassName
{
background-color: #AF3E7F;
}
</style>
border-color css
<style>
span { border-color: #AF3E7F; }
span { border-color: rgb(175,62,127); }
td.TdClassName
{
border-color: #AF3E7F;
}
.TagClassName
{
border-color: #AF3E7F;
}
</style>