Shades of Medium Violet Red #AF1C86
Tints of Medium Violet Red #AF1C86
RGB
CMYK
RGB Variations
Color information
#AF1C86 (or 0xAF1C86) is known color: Medium Violet Red. HEX triplet: AF, 1C and 86. RGB value is (175,28,134). Sum of RGB (Red+Green+Blue) = 175+28+134=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C86 is #50E379. Grayscale: #535353. Windows color (decimal): -5301114 or 8789167. OLE color: 8789167.
HSL color Cylindrical-coordinate representation of color #AF1C86: hue angle of 316.73º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C86 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 134 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.31 |
| HSL | 316.73º | 0.72% | 0.4% | - |
| HSV(B) | 316.73º | 0.84% | 0.69% | - |
| XYZ | 22.4 | 11.67 | 23.63 | - |
| YUV | 84.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 134 | 0 | 0.84 | 0.23 | 0.31 | 316.73 | 0.72 | 0.4 |
| Hex | AF | 1C | 86 | 0 | 54 | 17 | 1F | 13D | 48 | 28 |
| Octal | 257 | 34 | 206 | 0 | 124 | 27 | 37 | 475 | 110 | 50 |
| Binary | 10101111 | 11100 | 10000110 | 0 | 1010100 | 10111 | 11111 | 100111101 | 1001000 | 101000 |
Color Harmonies of #AF1C86
Complementary color
Monochromatic Colors of #AF1C86
Black with #AF1C86
Text Example
Text Example
White with #AF1C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C86; }
p { color: rgb(175,28,134); }
H1.HeaderClassName
{
color: #AF1C86;
}
.AnyTagClassName
{
color: #AF1C86;
}
</style>
background-color css
<style>
a { background-color: #AF1C86; }
a { background-color: rgb(175,28,134); }
div.DivClassName
{
background-color: #AF1C86;
}
.BgClassName
{
background-color: #AF1C86;
}
</style>
border-color css
<style>
span { border-color: #AF1C86; }
span { border-color: rgb(175,28,134); }
td.TdClassName
{
border-color: #AF1C86;
}
.TagClassName
{
border-color: #AF1C86;
}
</style>