Shades of Medium Violet Red #AF0F7C
Tints of Medium Violet Red #AF0F7C
RGB
CMYK
RGB Variations
Color information
#AF0F7C (or 0xAF0F7C) is known color: Medium Violet Red. HEX triplet: AF, 0F and 7C. RGB value is (175,15,124). Sum of RGB (Red+Green+Blue) = 175+15+124=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F7C is #50F083. Grayscale: #4A4A4A. Windows color (decimal): -5304452 or 8130479. OLE color: 8130479.
HSL color Cylindrical-coordinate representation of color #AF0F7C: hue angle of 319.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F7C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 124 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.31 |
| HSL | 319.13º | 0.84% | 0.37% | - |
| HSV(B) | 319.13º | 0.91% | 0.69% | - |
| XYZ | 21.49 | 10.91 | 20.04 | - |
| YUV | 75.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 124 | 0 | 0.91 | 0.29 | 0.31 | 319.13 | 0.84 | 0.37 |
| Hex | AF | F | 7C | 0 | 5B | 1D | 1F | 13F | 54 | 25 |
| Octal | 257 | 17 | 174 | 0 | 133 | 35 | 37 | 477 | 124 | 45 |
| Binary | 10101111 | 1111 | 1111100 | 0 | 1011011 | 11101 | 11111 | 100111111 | 1010100 | 100101 |
Color Harmonies of #AF0F7C
Complementary color
Monochromatic Colors of #AF0F7C
Black with #AF0F7C
Text Example
Text Example
White with #AF0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F7C; }
p { color: rgb(175,15,124); }
H1.HeaderClassName
{
color: #AF0F7C;
}
.AnyTagClassName
{
color: #AF0F7C;
}
</style>
background-color css
<style>
a { background-color: #AF0F7C; }
a { background-color: rgb(175,15,124); }
div.DivClassName
{
background-color: #AF0F7C;
}
.BgClassName
{
background-color: #AF0F7C;
}
</style>
border-color css
<style>
span { border-color: #AF0F7C; }
span { border-color: rgb(175,15,124); }
td.TdClassName
{
border-color: #AF0F7C;
}
.TagClassName
{
border-color: #AF0F7C;
}
</style>