Shades of Medium Violet Red #AF1086
Tints of Medium Violet Red #AF1086
RGB
CMYK
RGB Variations
Color information
#AF1086 (or 0xAF1086) is known color: Medium Violet Red. HEX triplet: AF, 10 and 86. RGB value is (175,16,134). Sum of RGB (Red+Green+Blue) = 175+16+134=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1086 is #50EF79. Grayscale: #4C4C4C. Windows color (decimal): -5304186 or 8786095. OLE color: 8786095.
HSL color Cylindrical-coordinate representation of color #AF1086: hue angle of 315.47º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1086 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 134 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.31 |
| HSL | 315.47º | 0.83% | 0.37% | - |
| HSV(B) | 315.47º | 0.91% | 0.69% | - |
| XYZ | 22.17 | 11.21 | 23.55 | - |
| YUV | 76.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 134 | 0 | 0.91 | 0.23 | 0.31 | 315.47 | 0.83 | 0.37 |
| Hex | AF | 10 | 86 | 0 | 5B | 17 | 1F | 13B | 53 | 25 |
| Octal | 257 | 20 | 206 | 0 | 133 | 27 | 37 | 473 | 123 | 45 |
| Binary | 10101111 | 10000 | 10000110 | 0 | 1011011 | 10111 | 11111 | 100111011 | 1010011 | 100101 |
Color Harmonies of #AF1086
Complementary color
Monochromatic Colors of #AF1086
Black with #AF1086
Text Example
Text Example
White with #AF1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1086; }
p { color: rgb(175,16,134); }
H1.HeaderClassName
{
color: #AF1086;
}
.AnyTagClassName
{
color: #AF1086;
}
</style>
background-color css
<style>
a { background-color: #AF1086; }
a { background-color: rgb(175,16,134); }
div.DivClassName
{
background-color: #AF1086;
}
.BgClassName
{
background-color: #AF1086;
}
</style>
border-color css
<style>
span { border-color: #AF1086; }
span { border-color: rgb(175,16,134); }
td.TdClassName
{
border-color: #AF1086;
}
.TagClassName
{
border-color: #AF1086;
}
</style>