Shades of Medium Red Violet #AF3C86
Tints of Medium Red Violet #AF3C86
RGB
CMYK
RGB Variations
Color information
#AF3C86 (or 0xAF3C86) is known color: Medium Red Violet. HEX triplet: AF, 3C and 86. RGB value is (175,60,134). Sum of RGB (Red+Green+Blue) = 175+60+134=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C86 is #50C379. Grayscale: #666666. Windows color (decimal): -5292922 or 8797359. OLE color: 8797359.
HSL color Cylindrical-coordinate representation of color #AF3C86: hue angle of 321.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C86 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 134 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.31 |
| HSL | 321.39º | 0.49% | 0.46% | - |
| HSV(B) | 321.39º | 0.66% | 0.69% | - |
| XYZ | 23.6 | 14.07 | 24.03 | - |
| YUV | 102.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 134 | 0 | 0.66 | 0.23 | 0.31 | 321.39 | 0.49 | 0.46 |
| Hex | AF | 3C | 86 | 0 | 42 | 17 | 1F | 141 | 31 | 2E |
| Octal | 257 | 74 | 206 | 0 | 102 | 27 | 37 | 501 | 61 | 56 |
| Binary | 10101111 | 111100 | 10000110 | 0 | 1000010 | 10111 | 11111 | 101000001 | 110001 | 101110 |
Color Harmonies of #AF3C86
Complementary color
Monochromatic Colors of #AF3C86
Black with #AF3C86
Text Example
Text Example
White with #AF3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C86; }
p { color: rgb(175,60,134); }
H1.HeaderClassName
{
color: #AF3C86;
}
.AnyTagClassName
{
color: #AF3C86;
}
</style>
background-color css
<style>
a { background-color: #AF3C86; }
a { background-color: rgb(175,60,134); }
div.DivClassName
{
background-color: #AF3C86;
}
.BgClassName
{
background-color: #AF3C86;
}
</style>
border-color css
<style>
span { border-color: #AF3C86; }
span { border-color: rgb(175,60,134); }
td.TdClassName
{
border-color: #AF3C86;
}
.TagClassName
{
border-color: #AF3C86;
}
</style>