Shades of Medium Red Violet #AF2386
Tints of Medium Red Violet #AF2386
RGB
CMYK
RGB Variations
Color information
#AF2386 (or 0xAF2386) is known color: Medium Red Violet. HEX triplet: AF, 23 and 86. RGB value is (175,35,134). Sum of RGB (Red+Green+Blue) = 175+35+134=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2386 is #50DC79. Grayscale: #575757. Windows color (decimal): -5299322 or 8790959. OLE color: 8790959.
HSL color Cylindrical-coordinate representation of color #AF2386: hue angle of 317.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2386 is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 134 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.31 |
| HSL | 317.57º | 0.67% | 0.41% | - |
| HSV(B) | 317.57º | 0.8% | 0.69% | - |
| XYZ | 22.58 | 12.04 | 23.69 | - |
| YUV | 88.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 134 | 0 | 0.8 | 0.23 | 0.31 | 317.57 | 0.67 | 0.41 |
| Hex | AF | 23 | 86 | 0 | 50 | 17 | 1F | 13E | 43 | 29 |
| Octal | 257 | 43 | 206 | 0 | 120 | 27 | 37 | 476 | 103 | 51 |
| Binary | 10101111 | 100011 | 10000110 | 0 | 1010000 | 10111 | 11111 | 100111110 | 1000011 | 101001 |
Color Harmonies of #AF2386
Complementary color
Monochromatic Colors of #AF2386
Black with #AF2386
Text Example
Text Example
White with #AF2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2386; }
p { color: rgb(175,35,134); }
H1.HeaderClassName
{
color: #AF2386;
}
.AnyTagClassName
{
color: #AF2386;
}
</style>
background-color css
<style>
a { background-color: #AF2386; }
a { background-color: rgb(175,35,134); }
div.DivClassName
{
background-color: #AF2386;
}
.BgClassName
{
background-color: #AF2386;
}
</style>
border-color css
<style>
span { border-color: #AF2386; }
span { border-color: rgb(175,35,134); }
td.TdClassName
{
border-color: #AF2386;
}
.TagClassName
{
border-color: #AF2386;
}
</style>