Shades of Medium Red Violet #AF3686
Tints of Medium Red Violet #AF3686
RGB
CMYK
RGB Variations
Color information
#AF3686 (or 0xAF3686) is known color: Medium Red Violet. HEX triplet: AF, 36 and 86. RGB value is (175,54,134). Sum of RGB (Red+Green+Blue) = 175+54+134=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3686 is #50C979. Grayscale: #636363. Windows color (decimal): -5294458 or 8795823. OLE color: 8795823.
HSL color Cylindrical-coordinate representation of color #AF3686: hue angle of 320.33º 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 #AF3686 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 134 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.31 |
| HSL | 320.33º | 0.53% | 0.45% | - |
| HSV(B) | 320.33º | 0.69% | 0.69% | - |
| XYZ | 23.3 | 13.47 | 23.93 | - |
| YUV | 99.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 134 | 0 | 0.69 | 0.23 | 0.31 | 320.33 | 0.53 | 0.45 |
| Hex | AF | 36 | 86 | 0 | 45 | 17 | 1F | 140 | 35 | 2D |
| Octal | 257 | 66 | 206 | 0 | 105 | 27 | 37 | 500 | 65 | 55 |
| Binary | 10101111 | 110110 | 10000110 | 0 | 1000101 | 10111 | 11111 | 101000000 | 110101 | 101101 |
Color Harmonies of #AF3686
Complementary color
Monochromatic Colors of #AF3686
Black with #AF3686
Text Example
Text Example
White with #AF3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3686; }
p { color: rgb(175,54,134); }
H1.HeaderClassName
{
color: #AF3686;
}
.AnyTagClassName
{
color: #AF3686;
}
</style>
background-color css
<style>
a { background-color: #AF3686; }
a { background-color: rgb(175,54,134); }
div.DivClassName
{
background-color: #AF3686;
}
.BgClassName
{
background-color: #AF3686;
}
</style>
border-color css
<style>
span { border-color: #AF3686; }
span { border-color: rgb(175,54,134); }
td.TdClassName
{
border-color: #AF3686;
}
.TagClassName
{
border-color: #AF3686;
}
</style>