Shades of Medium Red Violet #AF3687
Tints of Medium Red Violet #AF3687
RGB
CMYK
RGB Variations
Color information
#AF3687 (or 0xAF3687) is known color: Medium Red Violet. HEX triplet: AF, 36 and 87. RGB value is (175,54,135). Sum of RGB (Red+Green+Blue) = 175+54+135=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3687 is #50C978. Grayscale: #636363. Windows color (decimal): -5294457 or 8861359. OLE color: 8861359.
HSL color Cylindrical-coordinate representation of color #AF3687: hue angle of 319.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3687 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 135 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.31 |
| HSL | 319.83º | 0.53% | 0.45% | - |
| HSV(B) | 319.83º | 0.69% | 0.69% | - |
| XYZ | 23.37 | 13.5 | 24.3 | - |
| YUV | 99.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 135 | 0 | 0.69 | 0.23 | 0.31 | 319.83 | 0.53 | 0.45 |
| Hex | AF | 36 | 87 | 0 | 45 | 17 | 1F | 140 | 35 | 2D |
| Octal | 257 | 66 | 207 | 0 | 105 | 27 | 37 | 500 | 65 | 55 |
| Binary | 10101111 | 110110 | 10000111 | 0 | 1000101 | 10111 | 11111 | 101000000 | 110101 | 101101 |
Color Harmonies of #AF3687
Complementary color
Monochromatic Colors of #AF3687
Black with #AF3687
Text Example
Text Example
White with #AF3687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3687; }
p { color: rgb(175,54,135); }
H1.HeaderClassName
{
color: #AF3687;
}
.AnyTagClassName
{
color: #AF3687;
}
</style>
background-color css
<style>
a { background-color: #AF3687; }
a { background-color: rgb(175,54,135); }
div.DivClassName
{
background-color: #AF3687;
}
.BgClassName
{
background-color: #AF3687;
}
</style>
border-color css
<style>
span { border-color: #AF3687; }
span { border-color: rgb(175,54,135); }
td.TdClassName
{
border-color: #AF3687;
}
.TagClassName
{
border-color: #AF3687;
}
</style>