Shades of Medium Violet Red #AF047C
Tints of Medium Violet Red #AF047C
RGB
CMYK
RGB Variations
Color information
#AF047C (or 0xAF047C) is known color: Medium Violet Red. HEX triplet: AF, 04 and 7C. RGB value is (175,4,124). Sum of RGB (Red+Green+Blue) = 175+4+124=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF047C is #50FB83. Grayscale: #444444. Windows color (decimal): -5307268 or 8127663. OLE color: 8127663.
HSL color Cylindrical-coordinate representation of color #AF047C: hue angle of 317.89º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF047C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.31 |
| HSL | 317.89º | 0.96% | 0.35% | - |
| HSV(B) | 317.89º | 0.98% | 0.69% | - |
| XYZ | 21.36 | 10.66 | 20 | - |
| YUV | 68.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 124 | 0 | 0.98 | 0.29 | 0.31 | 317.89 | 0.96 | 0.35 |
| Hex | AF | 4 | 7C | 0 | 62 | 1D | 1F | 13E | 60 | 23 |
| Octal | 257 | 4 | 174 | 0 | 142 | 35 | 37 | 476 | 140 | 43 |
| Binary | 10101111 | 100 | 1111100 | 0 | 1100010 | 11101 | 11111 | 100111110 | 1100000 | 100011 |
Color Harmonies of #AF047C
Complementary color
Monochromatic Colors of #AF047C
Black with #AF047C
Text Example
Text Example
White with #AF047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF047C; }
p { color: rgb(175,4,124); }
H1.HeaderClassName
{
color: #AF047C;
}
.AnyTagClassName
{
color: #AF047C;
}
</style>
background-color css
<style>
a { background-color: #AF047C; }
a { background-color: rgb(175,4,124); }
div.DivClassName
{
background-color: #AF047C;
}
.BgClassName
{
background-color: #AF047C;
}
</style>
border-color css
<style>
span { border-color: #AF047C; }
span { border-color: rgb(175,4,124); }
td.TdClassName
{
border-color: #AF047C;
}
.TagClassName
{
border-color: #AF047C;
}
</style>