Shades of Medium Red Violet #AF407F
Tints of Medium Red Violet #AF407F
RGB
CMYK
RGB Variations
Color information
#AF407F (or 0xAF407F) is known color: Medium Red Violet. HEX triplet: AF, 40 and 7F. RGB value is (175,64,127). Sum of RGB (Red+Green+Blue) = 175+64+127=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407F is #50BF80. Grayscale: #686868. Windows color (decimal): -5291905 or 8339631. OLE color: 8339631.
HSL color Cylindrical-coordinate representation of color #AF407F: hue angle of 325.95º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF407F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 127 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.31 |
| HSL | 325.95º | 0.46% | 0.47% | - |
| HSV(B) | 325.95º | 0.63% | 0.69% | - |
| XYZ | 23.34 | 14.31 | 21.61 | - |
| YUV | 104.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 127 | 0 | 0.63 | 0.27 | 0.31 | 325.95 | 0.46 | 0.47 |
| Hex | AF | 40 | 7F | 0 | 3F | 1B | 1F | 146 | 2E | 2F |
| Octal | 257 | 100 | 177 | 0 | 77 | 33 | 37 | 506 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1111111 | 0 | 111111 | 11011 | 11111 | 101000110 | 101110 | 101111 |
Color Harmonies of #AF407F
Complementary color
Monochromatic Colors of #AF407F
Black with #AF407F
Text Example
Text Example
White with #AF407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF407F; }
p { color: rgb(175,64,127); }
H1.HeaderClassName
{
color: #AF407F;
}
.AnyTagClassName
{
color: #AF407F;
}
</style>
background-color css
<style>
a { background-color: #AF407F; }
a { background-color: rgb(175,64,127); }
div.DivClassName
{
background-color: #AF407F;
}
.BgClassName
{
background-color: #AF407F;
}
</style>
border-color css
<style>
span { border-color: #AF407F; }
span { border-color: rgb(175,64,127); }
td.TdClassName
{
border-color: #AF407F;
}
.TagClassName
{
border-color: #AF407F;
}
</style>