Shades of Medium Red Violet #AF3F8D
Tints of Medium Red Violet #AF3F8D
RGB
CMYK
RGB Variations
Color information
#AF3F8D (or 0xAF3F8D) is known color: Medium Red Violet. HEX triplet: AF, 3F and 8D. RGB value is (175,63,141). Sum of RGB (Red+Green+Blue) = 175+63+141=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F8D is #50C072. Grayscale: #696969. Windows color (decimal): -5292147 or 9256879. OLE color: 9256879.
HSL color Cylindrical-coordinate representation of color #AF3F8D: hue angle of 318.21º 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 #AF3F8D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 141 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.31 |
| HSL | 318.21º | 0.47% | 0.47% | - |
| HSV(B) | 318.21º | 0.64% | 0.69% | - |
| XYZ | 24.26 | 14.59 | 26.74 | - |
| YUV | 105.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 141 | 0 | 0.64 | 0.19 | 0.31 | 318.21 | 0.47 | 0.47 |
| Hex | AF | 3F | 8D | 0 | 40 | 13 | 1F | 13E | 2F | 2F |
| Octal | 257 | 77 | 215 | 0 | 100 | 23 | 37 | 476 | 57 | 57 |
| Binary | 10101111 | 111111 | 10001101 | 0 | 1000000 | 10011 | 11111 | 100111110 | 101111 | 101111 |
Color Harmonies of #AF3F8D
Complementary color
Monochromatic Colors of #AF3F8D
Black with #AF3F8D
Text Example
Text Example
White with #AF3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F8D; }
p { color: rgb(175,63,141); }
H1.HeaderClassName
{
color: #AF3F8D;
}
.AnyTagClassName
{
color: #AF3F8D;
}
</style>
background-color css
<style>
a { background-color: #AF3F8D; }
a { background-color: rgb(175,63,141); }
div.DivClassName
{
background-color: #AF3F8D;
}
.BgClassName
{
background-color: #AF3F8D;
}
</style>
border-color css
<style>
span { border-color: #AF3F8D; }
span { border-color: rgb(175,63,141); }
td.TdClassName
{
border-color: #AF3F8D;
}
.TagClassName
{
border-color: #AF3F8D;
}
</style>