Shades of Medium Red Violet #AF398B
Tints of Medium Red Violet #AF398B
RGB
CMYK
RGB Variations
Color information
#AF398B (or 0xAF398B) is known color: Medium Red Violet. HEX triplet: AF, 39 and 8B. RGB value is (175,57,139). Sum of RGB (Red+Green+Blue) = 175+57+139=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398B is #50C674. Grayscale: #656565. Windows color (decimal): -5293685 or 9124271. OLE color: 9124271.
HSL color Cylindrical-coordinate representation of color #AF398B: hue angle of 318.31º 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 #AF398B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 139 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.31 |
| HSL | 318.31º | 0.51% | 0.45% | - |
| HSV(B) | 318.31º | 0.67% | 0.69% | - |
| XYZ | 23.8 | 13.9 | 25.86 | - |
| YUV | 101.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 139 | 0 | 0.67 | 0.21 | 0.31 | 318.31 | 0.51 | 0.45 |
| Hex | AF | 39 | 8B | 0 | 43 | 15 | 1F | 13E | 33 | 2D |
| Octal | 257 | 71 | 213 | 0 | 103 | 25 | 37 | 476 | 63 | 55 |
| Binary | 10101111 | 111001 | 10001011 | 0 | 1000011 | 10101 | 11111 | 100111110 | 110011 | 101101 |
Color Harmonies of #AF398B
Complementary color
Monochromatic Colors of #AF398B
Black with #AF398B
Text Example
Text Example
White with #AF398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF398B; }
p { color: rgb(175,57,139); }
H1.HeaderClassName
{
color: #AF398B;
}
.AnyTagClassName
{
color: #AF398B;
}
</style>
background-color css
<style>
a { background-color: #AF398B; }
a { background-color: rgb(175,57,139); }
div.DivClassName
{
background-color: #AF398B;
}
.BgClassName
{
background-color: #AF398B;
}
</style>
border-color css
<style>
span { border-color: #AF398B; }
span { border-color: rgb(175,57,139); }
td.TdClassName
{
border-color: #AF398B;
}
.TagClassName
{
border-color: #AF398B;
}
</style>