Shades of Medium Red Violet #AF418D
Tints of Medium Red Violet #AF418D
RGB
CMYK
RGB Variations
Color information
#AF418D (or 0xAF418D) is known color: Medium Red Violet. HEX triplet: AF, 41 and 8D. RGB value is (175,65,141). Sum of RGB (Red+Green+Blue) = 175+65+141=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418D is #50BE72. Grayscale: #6A6A6A. Windows color (decimal): -5291635 or 9257391. OLE color: 9257391.
HSL color Cylindrical-coordinate representation of color #AF418D: hue angle of 318.55º 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 #AF418D is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 141 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.31 |
| HSL | 318.55º | 0.46% | 0.47% | - |
| HSV(B) | 318.55º | 0.63% | 0.69% | - |
| XYZ | 24.38 | 14.82 | 26.77 | - |
| YUV | 106.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 141 | 0 | 0.63 | 0.19 | 0.31 | 318.55 | 0.46 | 0.47 |
| Hex | AF | 41 | 8D | 0 | 3F | 13 | 1F | 13F | 2E | 2F |
| Octal | 257 | 101 | 215 | 0 | 77 | 23 | 37 | 477 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10001101 | 0 | 111111 | 10011 | 11111 | 100111111 | 101110 | 101111 |
Color Harmonies of #AF418D
Complementary color
Monochromatic Colors of #AF418D
Black with #AF418D
Text Example
Text Example
White with #AF418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF418D; }
p { color: rgb(175,65,141); }
H1.HeaderClassName
{
color: #AF418D;
}
.AnyTagClassName
{
color: #AF418D;
}
</style>
background-color css
<style>
a { background-color: #AF418D; }
a { background-color: rgb(175,65,141); }
div.DivClassName
{
background-color: #AF418D;
}
.BgClassName
{
background-color: #AF418D;
}
</style>
border-color css
<style>
span { border-color: #AF418D; }
span { border-color: rgb(175,65,141); }
td.TdClassName
{
border-color: #AF418D;
}
.TagClassName
{
border-color: #AF418D;
}
</style>