Shades of Medium Red Violet #AF2086
Tints of Medium Red Violet #AF2086
RGB
CMYK
RGB Variations
Color information
#AF2086 (or 0xAF2086) is known color: Medium Red Violet. HEX triplet: AF, 20 and 86. RGB value is (175,32,134). Sum of RGB (Red+Green+Blue) = 175+32+134=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2086 is #50DF79. Grayscale: #565656. Windows color (decimal): -5300090 or 8790191. OLE color: 8790191.
HSL color Cylindrical-coordinate representation of color #AF2086: hue angle of 317.2º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2086 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 134 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.31 |
| HSL | 317.2º | 0.69% | 0.41% | - |
| HSV(B) | 317.2º | 0.82% | 0.69% | - |
| XYZ | 22.5 | 11.87 | 23.66 | - |
| YUV | 86.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 134 | 0 | 0.82 | 0.23 | 0.31 | 317.2 | 0.69 | 0.41 |
| Hex | AF | 20 | 86 | 0 | 52 | 17 | 1F | 13D | 45 | 29 |
| Octal | 257 | 40 | 206 | 0 | 122 | 27 | 37 | 475 | 105 | 51 |
| Binary | 10101111 | 100000 | 10000110 | 0 | 1010010 | 10111 | 11111 | 100111101 | 1000101 | 101001 |
Color Harmonies of #AF2086
Complementary color
Monochromatic Colors of #AF2086
Black with #AF2086
Text Example
Text Example
White with #AF2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2086; }
p { color: rgb(175,32,134); }
H1.HeaderClassName
{
color: #AF2086;
}
.AnyTagClassName
{
color: #AF2086;
}
</style>
background-color css
<style>
a { background-color: #AF2086; }
a { background-color: rgb(175,32,134); }
div.DivClassName
{
background-color: #AF2086;
}
.BgClassName
{
background-color: #AF2086;
}
</style>
border-color css
<style>
span { border-color: #AF2086; }
span { border-color: rgb(175,32,134); }
td.TdClassName
{
border-color: #AF2086;
}
.TagClassName
{
border-color: #AF2086;
}
</style>