Shades of Medium Violet Red #AF1286
Tints of Medium Violet Red #AF1286
RGB
CMYK
RGB Variations
Color information
#AF1286 (or 0xAF1286) is known color: Medium Violet Red. HEX triplet: AF, 12 and 86. RGB value is (175,18,134). Sum of RGB (Red+Green+Blue) = 175+18+134=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1286 is #50ED79. Grayscale: #4D4D4D. Windows color (decimal): -5303674 or 8786607. OLE color: 8786607.
HSL color Cylindrical-coordinate representation of color #AF1286: hue angle of 315.67º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1286 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 134 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.31 |
| HSL | 315.67º | 0.81% | 0.38% | - |
| HSV(B) | 315.67º | 0.9% | 0.69% | - |
| XYZ | 22.2 | 11.27 | 23.56 | - |
| YUV | 78.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 134 | 0 | 0.90 | 0.23 | 0.31 | 315.67 | 0.81 | 0.38 |
| Hex | AF | 12 | 86 | 0 | 5A | 17 | 1F | 13C | 51 | 26 |
| Octal | 257 | 22 | 206 | 0 | 132 | 27 | 37 | 474 | 121 | 46 |
| Binary | 10101111 | 10010 | 10000110 | 0 | 1011010 | 10111 | 11111 | 100111100 | 1010001 | 100110 |
Color Harmonies of #AF1286
Complementary color
Monochromatic Colors of #AF1286
Black with #AF1286
Text Example
Text Example
White with #AF1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1286; }
p { color: rgb(175,18,134); }
H1.HeaderClassName
{
color: #AF1286;
}
.AnyTagClassName
{
color: #AF1286;
}
</style>
background-color css
<style>
a { background-color: #AF1286; }
a { background-color: rgb(175,18,134); }
div.DivClassName
{
background-color: #AF1286;
}
.BgClassName
{
background-color: #AF1286;
}
</style>
border-color css
<style>
span { border-color: #AF1286; }
span { border-color: rgb(175,18,134); }
td.TdClassName
{
border-color: #AF1286;
}
.TagClassName
{
border-color: #AF1286;
}
</style>