Shades of Medium Red Violet #AF207C
Tints of Medium Red Violet #AF207C
RGB
CMYK
RGB Variations
Color information
#AF207C (or 0xAF207C) is known color: Medium Red Violet. HEX triplet: AF, 20 and 7C. RGB value is (175,32,124). Sum of RGB (Red+Green+Blue) = 175+32+124=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF207C is #50DF83. Grayscale: #555555. Windows color (decimal): -5300100 or 8134831. OLE color: 8134831.
HSL color Cylindrical-coordinate representation of color #AF207C: hue angle of 321.4º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF207C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 124 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.31 |
| HSL | 321.4º | 0.69% | 0.41% | - |
| HSV(B) | 321.4º | 0.82% | 0.69% | - |
| XYZ | 21.83 | 11.6 | 20.16 | - |
| YUV | 85.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 124 | 0 | 0.82 | 0.29 | 0.31 | 321.4 | 0.69 | 0.41 |
| Hex | AF | 20 | 7C | 0 | 52 | 1D | 1F | 141 | 45 | 29 |
| Octal | 257 | 40 | 174 | 0 | 122 | 35 | 37 | 501 | 105 | 51 |
| Binary | 10101111 | 100000 | 1111100 | 0 | 1010010 | 11101 | 11111 | 101000001 | 1000101 | 101001 |
Color Harmonies of #AF207C
Complementary color
Monochromatic Colors of #AF207C
Black with #AF207C
Text Example
Text Example
White with #AF207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF207C; }
p { color: rgb(175,32,124); }
H1.HeaderClassName
{
color: #AF207C;
}
.AnyTagClassName
{
color: #AF207C;
}
</style>
background-color css
<style>
a { background-color: #AF207C; }
a { background-color: rgb(175,32,124); }
div.DivClassName
{
background-color: #AF207C;
}
.BgClassName
{
background-color: #AF207C;
}
</style>
border-color css
<style>
span { border-color: #AF207C; }
span { border-color: rgb(175,32,124); }
td.TdClassName
{
border-color: #AF207C;
}
.TagClassName
{
border-color: #AF207C;
}
</style>