Shades of Medium Red Violet #AF3F83
Tints of Medium Red Violet #AF3F83
RGB
CMYK
RGB Variations
Color information
#AF3F83 (or 0xAF3F83) is known color: Medium Red Violet. HEX triplet: AF, 3F and 83. RGB value is (175,63,131). Sum of RGB (Red+Green+Blue) = 175+63+131=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F83 is #50C07C. Grayscale: #686868. Windows color (decimal): -5292157 or 8601519. OLE color: 8601519.
HSL color Cylindrical-coordinate representation of color #AF3F83: hue angle of 323.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F83 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 131 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.31 |
| HSL | 323.57º | 0.47% | 0.47% | - |
| HSV(B) | 323.57º | 0.64% | 0.69% | - |
| XYZ | 23.55 | 14.31 | 22.99 | - |
| YUV | 104.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 131 | 0 | 0.64 | 0.25 | 0.31 | 323.57 | 0.47 | 0.47 |
| Hex | AF | 3F | 83 | 0 | 40 | 19 | 1F | 144 | 2F | 2F |
| Octal | 257 | 77 | 203 | 0 | 100 | 31 | 37 | 504 | 57 | 57 |
| Binary | 10101111 | 111111 | 10000011 | 0 | 1000000 | 11001 | 11111 | 101000100 | 101111 | 101111 |
Color Harmonies of #AF3F83
Complementary color
Monochromatic Colors of #AF3F83
Black with #AF3F83
Text Example
Text Example
White with #AF3F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F83; }
p { color: rgb(175,63,131); }
H1.HeaderClassName
{
color: #AF3F83;
}
.AnyTagClassName
{
color: #AF3F83;
}
</style>
background-color css
<style>
a { background-color: #AF3F83; }
a { background-color: rgb(175,63,131); }
div.DivClassName
{
background-color: #AF3F83;
}
.BgClassName
{
background-color: #AF3F83;
}
</style>
border-color css
<style>
span { border-color: #AF3F83; }
span { border-color: rgb(175,63,131); }
td.TdClassName
{
border-color: #AF3F83;
}
.TagClassName
{
border-color: #AF3F83;
}
</style>