Shades of Medium Red Violet #AF207E
Tints of Medium Red Violet #AF207E
RGB
CMYK
RGB Variations
Color information
#AF207E (or 0xAF207E) is known color: Medium Red Violet. HEX triplet: AF, 20 and 7E. RGB value is (175,32,126). Sum of RGB (Red+Green+Blue) = 175+32+126=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF207E is #50DF81. Grayscale: #555555. Windows color (decimal): -5300098 or 8265903. OLE color: 8265903.
HSL color Cylindrical-coordinate representation of color #AF207E: hue angle of 320.56º 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 #AF207E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 126 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.31 |
| HSL | 320.56º | 0.69% | 0.41% | - |
| HSV(B) | 320.56º | 0.82% | 0.69% | - |
| XYZ | 21.96 | 11.65 | 20.83 | - |
| YUV | 85.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 126 | 0 | 0.82 | 0.28 | 0.31 | 320.56 | 0.69 | 0.41 |
| Hex | AF | 20 | 7E | 0 | 52 | 1C | 1F | 141 | 45 | 29 |
| Octal | 257 | 40 | 176 | 0 | 122 | 34 | 37 | 501 | 105 | 51 |
| Binary | 10101111 | 100000 | 1111110 | 0 | 1010010 | 11100 | 11111 | 101000001 | 1000101 | 101001 |
Color Harmonies of #AF207E
Complementary color
Monochromatic Colors of #AF207E
Black with #AF207E
Text Example
Text Example
White with #AF207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF207E; }
p { color: rgb(175,32,126); }
H1.HeaderClassName
{
color: #AF207E;
}
.AnyTagClassName
{
color: #AF207E;
}
</style>
background-color css
<style>
a { background-color: #AF207E; }
a { background-color: rgb(175,32,126); }
div.DivClassName
{
background-color: #AF207E;
}
.BgClassName
{
background-color: #AF207E;
}
</style>
border-color css
<style>
span { border-color: #AF207E; }
span { border-color: rgb(175,32,126); }
td.TdClassName
{
border-color: #AF207E;
}
.TagClassName
{
border-color: #AF207E;
}
</style>