Shades of Medium Red Violet #AF398D
Tints of Medium Red Violet #AF398D
RGB
CMYK
RGB Variations
Color information
#AF398D (or 0xAF398D) is known color: Medium Red Violet. HEX triplet: AF, 39 and 8D. RGB value is (175,57,141). Sum of RGB (Red+Green+Blue) = 175+57+141=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398D is #50C672. Grayscale: #656565. Windows color (decimal): -5293683 or 9255343. OLE color: 9255343.
HSL color Cylindrical-coordinate representation of color #AF398D: hue angle of 317.29º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF398D is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 141 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.31 |
| HSL | 317.29º | 0.51% | 0.45% | - |
| HSV(B) | 317.29º | 0.67% | 0.69% | - |
| XYZ | 23.95 | 13.96 | 26.63 | - |
| YUV | 101.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 141 | 0 | 0.67 | 0.19 | 0.31 | 317.29 | 0.51 | 0.45 |
| Hex | AF | 39 | 8D | 0 | 43 | 13 | 1F | 13D | 33 | 2D |
| Octal | 257 | 71 | 215 | 0 | 103 | 23 | 37 | 475 | 63 | 55 |
| Binary | 10101111 | 111001 | 10001101 | 0 | 1000011 | 10011 | 11111 | 100111101 | 110011 | 101101 |
Color Harmonies of #AF398D
Complementary color
Monochromatic Colors of #AF398D
Black with #AF398D
Text Example
Text Example
White with #AF398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF398D; }
p { color: rgb(175,57,141); }
H1.HeaderClassName
{
color: #AF398D;
}
.AnyTagClassName
{
color: #AF398D;
}
</style>
background-color css
<style>
a { background-color: #AF398D; }
a { background-color: rgb(175,57,141); }
div.DivClassName
{
background-color: #AF398D;
}
.BgClassName
{
background-color: #AF398D;
}
</style>
border-color css
<style>
span { border-color: #AF398D; }
span { border-color: rgb(175,57,141); }
td.TdClassName
{
border-color: #AF398D;
}
.TagClassName
{
border-color: #AF398D;
}
</style>