Shades of Medium Red Violet #AF297E
Tints of Medium Red Violet #AF297E
RGB
CMYK
RGB Variations
Color information
#AF297E (or 0xAF297E) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7E. RGB value is (175,41,126). Sum of RGB (Red+Green+Blue) = 175+41+126=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297E is #50D681. Grayscale: #5A5A5A. Windows color (decimal): -5297794 or 8268207. OLE color: 8268207.
HSL color Cylindrical-coordinate representation of color #AF297E: hue angle of 321.94º 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 #AF297E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 126 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.31 |
| HSL | 321.94º | 0.62% | 0.42% | - |
| HSV(B) | 321.94º | 0.77% | 0.69% | - |
| XYZ | 22.24 | 12.21 | 20.92 | - |
| YUV | 90.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 126 | 0 | 0.77 | 0.28 | 0.31 | 321.94 | 0.62 | 0.42 |
| Hex | AF | 29 | 7E | 0 | 4D | 1C | 1F | 142 | 3E | 2A |
| Octal | 257 | 51 | 176 | 0 | 115 | 34 | 37 | 502 | 76 | 52 |
| Binary | 10101111 | 101001 | 1111110 | 0 | 1001101 | 11100 | 11111 | 101000010 | 111110 | 101010 |
Color Harmonies of #AF297E
Complementary color
Monochromatic Colors of #AF297E
Black with #AF297E
Text Example
Text Example
White with #AF297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF297E; }
p { color: rgb(175,41,126); }
H1.HeaderClassName
{
color: #AF297E;
}
.AnyTagClassName
{
color: #AF297E;
}
</style>
background-color css
<style>
a { background-color: #AF297E; }
a { background-color: rgb(175,41,126); }
div.DivClassName
{
background-color: #AF297E;
}
.BgClassName
{
background-color: #AF297E;
}
</style>
border-color css
<style>
span { border-color: #AF297E; }
span { border-color: rgb(175,41,126); }
td.TdClassName
{
border-color: #AF297E;
}
.TagClassName
{
border-color: #AF297E;
}
</style>