Shades of Medium Red Violet #AF3F86
Tints of Medium Red Violet #AF3F86
RGB
CMYK
RGB Variations
Color information
#AF3F86 (or 0xAF3F86) is known color: Medium Red Violet. HEX triplet: AF, 3F and 86. RGB value is (175,63,134). Sum of RGB (Red+Green+Blue) = 175+63+134=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F86 is #50C079. Grayscale: #686868. Windows color (decimal): -5292154 or 8798127. OLE color: 8798127.
HSL color Cylindrical-coordinate representation of color #AF3F86: hue angle of 321.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F86 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 134 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.31 |
| HSL | 321.96º | 0.47% | 0.47% | - |
| HSV(B) | 321.96º | 0.64% | 0.69% | - |
| XYZ | 23.76 | 14.39 | 24.08 | - |
| YUV | 104.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 134 | 0 | 0.64 | 0.23 | 0.31 | 321.96 | 0.47 | 0.47 |
| Hex | AF | 3F | 86 | 0 | 40 | 17 | 1F | 142 | 2F | 2F |
| Octal | 257 | 77 | 206 | 0 | 100 | 27 | 37 | 502 | 57 | 57 |
| Binary | 10101111 | 111111 | 10000110 | 0 | 1000000 | 10111 | 11111 | 101000010 | 101111 | 101111 |
Color Harmonies of #AF3F86
Complementary color
Monochromatic Colors of #AF3F86
Black with #AF3F86
Text Example
Text Example
White with #AF3F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F86; }
p { color: rgb(175,63,134); }
H1.HeaderClassName
{
color: #AF3F86;
}
.AnyTagClassName
{
color: #AF3F86;
}
</style>
background-color css
<style>
a { background-color: #AF3F86; }
a { background-color: rgb(175,63,134); }
div.DivClassName
{
background-color: #AF3F86;
}
.BgClassName
{
background-color: #AF3F86;
}
</style>
border-color css
<style>
span { border-color: #AF3F86; }
span { border-color: rgb(175,63,134); }
td.TdClassName
{
border-color: #AF3F86;
}
.TagClassName
{
border-color: #AF3F86;
}
</style>