Shades of Medium Red Violet #AF3F81
Tints of Medium Red Violet #AF3F81
RGB
CMYK
RGB Variations
Color information
#AF3F81 (or 0xAF3F81) is known color: Medium Red Violet. HEX triplet: AF, 3F and 81. RGB value is (175,63,129). Sum of RGB (Red+Green+Blue) = 175+63+129=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F81 is #50C07E. Grayscale: #676767. Windows color (decimal): -5292159 or 8470447. OLE color: 8470447.
HSL color Cylindrical-coordinate representation of color #AF3F81: hue angle of 324.64º 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 #AF3F81 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 129 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.31 |
| HSL | 324.64º | 0.47% | 0.47% | - |
| HSV(B) | 324.64º | 0.64% | 0.69% | - |
| XYZ | 23.42 | 14.25 | 22.29 | - |
| YUV | 104.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 129 | 0 | 0.64 | 0.26 | 0.31 | 324.64 | 0.47 | 0.47 |
| Hex | AF | 3F | 81 | 0 | 40 | 1A | 1F | 145 | 2F | 2F |
| Octal | 257 | 77 | 201 | 0 | 100 | 32 | 37 | 505 | 57 | 57 |
| Binary | 10101111 | 111111 | 10000001 | 0 | 1000000 | 11010 | 11111 | 101000101 | 101111 | 101111 |
Color Harmonies of #AF3F81
Complementary color
Monochromatic Colors of #AF3F81
Black with #AF3F81
Text Example
Text Example
White with #AF3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F81; }
p { color: rgb(175,63,129); }
H1.HeaderClassName
{
color: #AF3F81;
}
.AnyTagClassName
{
color: #AF3F81;
}
</style>
background-color css
<style>
a { background-color: #AF3F81; }
a { background-color: rgb(175,63,129); }
div.DivClassName
{
background-color: #AF3F81;
}
.BgClassName
{
background-color: #AF3F81;
}
</style>
border-color css
<style>
span { border-color: #AF3F81; }
span { border-color: rgb(175,63,129); }
td.TdClassName
{
border-color: #AF3F81;
}
.TagClassName
{
border-color: #AF3F81;
}
</style>