Shades of Medium Violet Red #AF0686
Tints of Medium Violet Red #AF0686
RGB
CMYK
RGB Variations
Color information
#AF0686 (or 0xAF0686) is known color: Medium Violet Red. HEX triplet: AF, 06 and 86. RGB value is (175,6,134). Sum of RGB (Red+Green+Blue) = 175+6+134=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0686 is #50F979. Grayscale: #464646. Windows color (decimal): -5306746 or 8783535. OLE color: 8783535.
HSL color Cylindrical-coordinate representation of color #AF0686: hue angle of 314.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0686 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.31 |
| HSL | 314.56º | 0.93% | 0.35% | - |
| HSV(B) | 314.56º | 0.97% | 0.69% | - |
| XYZ | 22.05 | 10.97 | 23.51 | - |
| YUV | 71.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 134 | 0 | 0.97 | 0.23 | 0.31 | 314.56 | 0.93 | 0.35 |
| Hex | AF | 6 | 86 | 0 | 61 | 17 | 1F | 13B | 5D | 23 |
| Octal | 257 | 6 | 206 | 0 | 141 | 27 | 37 | 473 | 135 | 43 |
| Binary | 10101111 | 110 | 10000110 | 0 | 1100001 | 10111 | 11111 | 100111011 | 1011101 | 100011 |
Color Harmonies of #AF0686
Complementary color
Monochromatic Colors of #AF0686
Black with #AF0686
Text Example
Text Example
White with #AF0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0686; }
p { color: rgb(175,6,134); }
H1.HeaderClassName
{
color: #AF0686;
}
.AnyTagClassName
{
color: #AF0686;
}
</style>
background-color css
<style>
a { background-color: #AF0686; }
a { background-color: rgb(175,6,134); }
div.DivClassName
{
background-color: #AF0686;
}
.BgClassName
{
background-color: #AF0686;
}
</style>
border-color css
<style>
span { border-color: #AF0686; }
span { border-color: rgb(175,6,134); }
td.TdClassName
{
border-color: #AF0686;
}
.TagClassName
{
border-color: #AF0686;
}
</style>