Shades of Medium Violet Red #AF197C
Tints of Medium Violet Red #AF197C
RGB
CMYK
RGB Variations
Color information
#AF197C (or 0xAF197C) is known color: Medium Violet Red. HEX triplet: AF, 19 and 7C. RGB value is (175,25,124). Sum of RGB (Red+Green+Blue) = 175+25+124=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF197C is #50E683. Grayscale: #505050. Windows color (decimal): -5301892 or 8133039. OLE color: 8133039.
HSL color Cylindrical-coordinate representation of color #AF197C: hue angle of 320.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF197C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 124 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.31 |
| HSL | 320.4º | 0.75% | 0.39% | - |
| HSV(B) | 320.4º | 0.86% | 0.69% | - |
| XYZ | 21.66 | 11.26 | 20.1 | - |
| YUV | 81.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 124 | 0 | 0.86 | 0.29 | 0.31 | 320.4 | 0.75 | 0.39 |
| Hex | AF | 19 | 7C | 0 | 56 | 1D | 1F | 140 | 4B | 27 |
| Octal | 257 | 31 | 174 | 0 | 126 | 35 | 37 | 500 | 113 | 47 |
| Binary | 10101111 | 11001 | 1111100 | 0 | 1010110 | 11101 | 11111 | 101000000 | 1001011 | 100111 |
Color Harmonies of #AF197C
Complementary color
Monochromatic Colors of #AF197C
Black with #AF197C
Text Example
Text Example
White with #AF197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF197C; }
p { color: rgb(175,25,124); }
H1.HeaderClassName
{
color: #AF197C;
}
.AnyTagClassName
{
color: #AF197C;
}
</style>
background-color css
<style>
a { background-color: #AF197C; }
a { background-color: rgb(175,25,124); }
div.DivClassName
{
background-color: #AF197C;
}
.BgClassName
{
background-color: #AF197C;
}
</style>
border-color css
<style>
span { border-color: #AF197C; }
span { border-color: rgb(175,25,124); }
td.TdClassName
{
border-color: #AF197C;
}
.TagClassName
{
border-color: #AF197C;
}
</style>