Shades of Medium Violet Red #AF077F
Tints of Medium Violet Red #AF077F
RGB
CMYK
RGB Variations
Color information
#AF077F (or 0xAF077F) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7F. RGB value is (175,7,127). Sum of RGB (Red+Green+Blue) = 175+7+127=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077F is #50F880. Grayscale: #464646. Windows color (decimal): -5306497 or 8325039. OLE color: 8325039.
HSL color Cylindrical-coordinate representation of color #AF077F: hue angle of 317.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF077F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.31 |
| HSL | 317.14º | 0.92% | 0.36% | - |
| HSV(B) | 317.14º | 0.96% | 0.69% | - |
| XYZ | 21.59 | 10.8 | 21.03 | - |
| YUV | 70.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 127 | 0 | 0.96 | 0.27 | 0.31 | 317.14 | 0.92 | 0.36 |
| Hex | AF | 7 | 7F | 0 | 60 | 1B | 1F | 13D | 5C | 24 |
| Octal | 257 | 7 | 177 | 0 | 140 | 33 | 37 | 475 | 134 | 44 |
| Binary | 10101111 | 111 | 1111111 | 0 | 1100000 | 11011 | 11111 | 100111101 | 1011100 | 100100 |
Color Harmonies of #AF077F
Complementary color
Monochromatic Colors of #AF077F
Black with #AF077F
Text Example
Text Example
White with #AF077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF077F; }
p { color: rgb(175,7,127); }
H1.HeaderClassName
{
color: #AF077F;
}
.AnyTagClassName
{
color: #AF077F;
}
</style>
background-color css
<style>
a { background-color: #AF077F; }
a { background-color: rgb(175,7,127); }
div.DivClassName
{
background-color: #AF077F;
}
.BgClassName
{
background-color: #AF077F;
}
</style>
border-color css
<style>
span { border-color: #AF077F; }
span { border-color: rgb(175,7,127); }
td.TdClassName
{
border-color: #AF077F;
}
.TagClassName
{
border-color: #AF077F;
}
</style>