Shades of Medium Red Violet #AF3486
Tints of Medium Red Violet #AF3486
RGB
CMYK
RGB Variations
Color information
#AF3486 (or 0xAF3486) is known color: Medium Red Violet. HEX triplet: AF, 34 and 86. RGB value is (175,52,134). Sum of RGB (Red+Green+Blue) = 175+52+134=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3486 is #50CB79. Grayscale: #616161. Windows color (decimal): -5294970 or 8795311. OLE color: 8795311.
HSL color Cylindrical-coordinate representation of color #AF3486: hue angle of 320º 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 #AF3486 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 134 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.31 |
| HSL | 320º | 0.54% | 0.45% | - |
| HSV(B) | 320º | 0.7% | 0.69% | - |
| XYZ | 23.21 | 13.29 | 23.9 | - |
| YUV | 98.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 134 | 0 | 0.70 | 0.23 | 0.31 | 320 | 0.54 | 0.45 |
| Hex | AF | 34 | 86 | 0 | 46 | 17 | 1F | 140 | 36 | 2D |
| Octal | 257 | 64 | 206 | 0 | 106 | 27 | 37 | 500 | 66 | 55 |
| Binary | 10101111 | 110100 | 10000110 | 0 | 1000110 | 10111 | 11111 | 101000000 | 110110 | 101101 |
Color Harmonies of #AF3486
Complementary color
Monochromatic Colors of #AF3486
Black with #AF3486
Text Example
Text Example
White with #AF3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3486; }
p { color: rgb(175,52,134); }
H1.HeaderClassName
{
color: #AF3486;
}
.AnyTagClassName
{
color: #AF3486;
}
</style>
background-color css
<style>
a { background-color: #AF3486; }
a { background-color: rgb(175,52,134); }
div.DivClassName
{
background-color: #AF3486;
}
.BgClassName
{
background-color: #AF3486;
}
</style>
border-color css
<style>
span { border-color: #AF3486; }
span { border-color: rgb(175,52,134); }
td.TdClassName
{
border-color: #AF3486;
}
.TagClassName
{
border-color: #AF3486;
}
</style>