Shades of Medium Red Violet #AF297A
Tints of Medium Red Violet #AF297A
RGB
CMYK
RGB Variations
Color information
#AF297A (or 0xAF297A) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7A. RGB value is (175,41,122). Sum of RGB (Red+Green+Blue) = 175+41+122=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297A is #50D685. Grayscale: #5A5A5A. Windows color (decimal): -5297798 or 8006063. OLE color: 8006063.
HSL color Cylindrical-coordinate representation of color #AF297A: hue angle of 323.73º 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 #AF297A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 122 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.31 |
| HSL | 323.73º | 0.62% | 0.42% | - |
| HSV(B) | 323.73º | 0.77% | 0.69% | - |
| XYZ | 21.98 | 12.1 | 19.59 | - |
| YUV | 90.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 122 | 0 | 0.77 | 0.30 | 0.31 | 323.73 | 0.62 | 0.42 |
| Hex | AF | 29 | 7A | 0 | 4D | 1E | 1F | 144 | 3E | 2A |
| Octal | 257 | 51 | 172 | 0 | 115 | 36 | 37 | 504 | 76 | 52 |
| Binary | 10101111 | 101001 | 1111010 | 0 | 1001101 | 11110 | 11111 | 101000100 | 111110 | 101010 |
Color Harmonies of #AF297A
Complementary color
Monochromatic Colors of #AF297A
Black with #AF297A
Text Example
Text Example
White with #AF297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF297A; }
p { color: rgb(175,41,122); }
H1.HeaderClassName
{
color: #AF297A;
}
.AnyTagClassName
{
color: #AF297A;
}
</style>
background-color css
<style>
a { background-color: #AF297A; }
a { background-color: rgb(175,41,122); }
div.DivClassName
{
background-color: #AF297A;
}
.BgClassName
{
background-color: #AF297A;
}
</style>
border-color css
<style>
span { border-color: #AF297A; }
span { border-color: rgb(175,41,122); }
td.TdClassName
{
border-color: #AF297A;
}
.TagClassName
{
border-color: #AF297A;
}
</style>