Shades of Medium Red Violet #AF297B
Tints of Medium Red Violet #AF297B
RGB
CMYK
RGB Variations
Color information
#AF297B (or 0xAF297B) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7B. RGB value is (175,41,123). Sum of RGB (Red+Green+Blue) = 175+41+123=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297B is #50D684. Grayscale: #5A5A5A. Windows color (decimal): -5297797 or 8071599. OLE color: 8071599.
HSL color Cylindrical-coordinate representation of color #AF297B: hue angle of 323.28º 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 #AF297B is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 123 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.31 |
| HSL | 323.28º | 0.62% | 0.42% | - |
| HSV(B) | 323.28º | 0.77% | 0.69% | - |
| XYZ | 22.05 | 12.13 | 19.92 | - |
| YUV | 90.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 123 | 0 | 0.77 | 0.30 | 0.31 | 323.28 | 0.62 | 0.42 |
| Hex | AF | 29 | 7B | 0 | 4D | 1E | 1F | 143 | 3E | 2A |
| Octal | 257 | 51 | 173 | 0 | 115 | 36 | 37 | 503 | 76 | 52 |
| Binary | 10101111 | 101001 | 1111011 | 0 | 1001101 | 11110 | 11111 | 101000011 | 111110 | 101010 |
Color Harmonies of #AF297B
Complementary color
Monochromatic Colors of #AF297B
Black with #AF297B
Text Example
Text Example
White with #AF297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF297B; }
p { color: rgb(175,41,123); }
H1.HeaderClassName
{
color: #AF297B;
}
.AnyTagClassName
{
color: #AF297B;
}
</style>
background-color css
<style>
a { background-color: #AF297B; }
a { background-color: rgb(175,41,123); }
div.DivClassName
{
background-color: #AF297B;
}
.BgClassName
{
background-color: #AF297B;
}
</style>
border-color css
<style>
span { border-color: #AF297B; }
span { border-color: rgb(175,41,123); }
td.TdClassName
{
border-color: #AF297B;
}
.TagClassName
{
border-color: #AF297B;
}
</style>