Shades of Medium Red Violet #AF3491
Tints of Medium Red Violet #AF3491
RGB
CMYK
RGB Variations
Color information
#AF3491 (or 0xAF3491) is known color: Medium Red Violet. HEX triplet: AF, 34 and 91. RGB value is (175,52,145). Sum of RGB (Red+Green+Blue) = 175+52+145=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3491 is #50CB6E. Grayscale: #636363. Windows color (decimal): -5294959 or 9516207. OLE color: 9516207.
HSL color Cylindrical-coordinate representation of color #AF3491: hue angle of 314.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3491 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 145 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.31 |
| HSL | 314.63º | 0.54% | 0.45% | - |
| HSV(B) | 314.63º | 0.7% | 0.69% | - |
| XYZ | 24.02 | 13.61 | 28.15 | - |
| YUV | 99.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 145 | 0 | 0.70 | 0.17 | 0.31 | 314.63 | 0.54 | 0.45 |
| Hex | AF | 34 | 91 | 0 | 46 | 11 | 1F | 13B | 36 | 2D |
| Octal | 257 | 64 | 221 | 0 | 106 | 21 | 37 | 473 | 66 | 55 |
| Binary | 10101111 | 110100 | 10010001 | 0 | 1000110 | 10001 | 11111 | 100111011 | 110110 | 101101 |
Color Harmonies of #AF3491
Complementary color
Monochromatic Colors of #AF3491
Black with #AF3491
Text Example
Text Example
White with #AF3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3491; }
p { color: rgb(175,52,145); }
H1.HeaderClassName
{
color: #AF3491;
}
.AnyTagClassName
{
color: #AF3491;
}
</style>
background-color css
<style>
a { background-color: #AF3491; }
a { background-color: rgb(175,52,145); }
div.DivClassName
{
background-color: #AF3491;
}
.BgClassName
{
background-color: #AF3491;
}
</style>
border-color css
<style>
span { border-color: #AF3491; }
span { border-color: rgb(175,52,145); }
td.TdClassName
{
border-color: #AF3491;
}
.TagClassName
{
border-color: #AF3491;
}
</style>