Shades of Medium Red Violet #AF297C
Tints of Medium Red Violet #AF297C
RGB
CMYK
RGB Variations
Color information
#AF297C (or 0xAF297C) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7C. RGB value is (175,41,124). Sum of RGB (Red+Green+Blue) = 175+41+124=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297C is #50D683. Grayscale: #5A5A5A. Windows color (decimal): -5297796 or 8137135. OLE color: 8137135.
HSL color Cylindrical-coordinate representation of color #AF297C: hue angle of 322.84º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF297C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 124 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.31 |
| HSL | 322.84º | 0.62% | 0.42% | - |
| HSV(B) | 322.84º | 0.77% | 0.69% | - |
| XYZ | 22.11 | 12.16 | 20.25 | - |
| YUV | 90.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 124 | 0 | 0.77 | 0.29 | 0.31 | 322.84 | 0.62 | 0.42 |
| Hex | AF | 29 | 7C | 0 | 4D | 1D | 1F | 143 | 3E | 2A |
| Octal | 257 | 51 | 174 | 0 | 115 | 35 | 37 | 503 | 76 | 52 |
| Binary | 10101111 | 101001 | 1111100 | 0 | 1001101 | 11101 | 11111 | 101000011 | 111110 | 101010 |
Color Harmonies of #AF297C
Complementary color
Monochromatic Colors of #AF297C
Black with #AF297C
Text Example
Text Example
White with #AF297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF297C; }
p { color: rgb(175,41,124); }
H1.HeaderClassName
{
color: #AF297C;
}
.AnyTagClassName
{
color: #AF297C;
}
</style>
background-color css
<style>
a { background-color: #AF297C; }
a { background-color: rgb(175,41,124); }
div.DivClassName
{
background-color: #AF297C;
}
.BgClassName
{
background-color: #AF297C;
}
</style>
border-color css
<style>
span { border-color: #AF297C; }
span { border-color: rgb(175,41,124); }
td.TdClassName
{
border-color: #AF297C;
}
.TagClassName
{
border-color: #AF297C;
}
</style>