Shades of Medium Red Violet #AF4186
Tints of Medium Red Violet #AF4186
RGB
CMYK
RGB Variations
Color information
#AF4186 (or 0xAF4186) is known color: Medium Red Violet. HEX triplet: AF, 41 and 86. RGB value is (175,65,134). Sum of RGB (Red+Green+Blue) = 175+65+134=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4186 is #50BE79. Grayscale: #696969. Windows color (decimal): -5291642 or 8798639. OLE color: 8798639.
HSL color Cylindrical-coordinate representation of color #AF4186: hue angle of 322.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4186 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 134 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.31 |
| HSL | 322.36º | 0.46% | 0.47% | - |
| HSV(B) | 322.36º | 0.63% | 0.69% | - |
| XYZ | 23.87 | 14.62 | 24.12 | - |
| YUV | 105.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 134 | 0 | 0.63 | 0.23 | 0.31 | 322.36 | 0.46 | 0.47 |
| Hex | AF | 41 | 86 | 0 | 3F | 17 | 1F | 142 | 2E | 2F |
| Octal | 257 | 101 | 206 | 0 | 77 | 27 | 37 | 502 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10000110 | 0 | 111111 | 10111 | 11111 | 101000010 | 101110 | 101111 |
Color Harmonies of #AF4186
Complementary color
Monochromatic Colors of #AF4186
Black with #AF4186
Text Example
Text Example
White with #AF4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4186; }
p { color: rgb(175,65,134); }
H1.HeaderClassName
{
color: #AF4186;
}
.AnyTagClassName
{
color: #AF4186;
}
</style>
background-color css
<style>
a { background-color: #AF4186; }
a { background-color: rgb(175,65,134); }
div.DivClassName
{
background-color: #AF4186;
}
.BgClassName
{
background-color: #AF4186;
}
</style>
border-color css
<style>
span { border-color: #AF4186; }
span { border-color: rgb(175,65,134); }
td.TdClassName
{
border-color: #AF4186;
}
.TagClassName
{
border-color: #AF4186;
}
</style>