Shades of Medium Red Violet #AF398A
Tints of Medium Red Violet #AF398A
RGB
CMYK
RGB Variations
Color information
#AF398A (or 0xAF398A) is known color: Medium Red Violet. HEX triplet: AF, 39 and 8A. RGB value is (175,57,138). Sum of RGB (Red+Green+Blue) = 175+57+138=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398A is #50C675. Grayscale: #656565. Windows color (decimal): -5293686 or 9058735. OLE color: 9058735.
HSL color Cylindrical-coordinate representation of color #AF398A: hue angle of 318.81º 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 #AF398A is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 138 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.31 |
| HSL | 318.81º | 0.51% | 0.45% | - |
| HSV(B) | 318.81º | 0.67% | 0.69% | - |
| XYZ | 23.73 | 13.88 | 25.47 | - |
| YUV | 101.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 138 | 0 | 0.67 | 0.21 | 0.31 | 318.81 | 0.51 | 0.45 |
| Hex | AF | 39 | 8A | 0 | 43 | 15 | 1F | 13F | 33 | 2D |
| Octal | 257 | 71 | 212 | 0 | 103 | 25 | 37 | 477 | 63 | 55 |
| Binary | 10101111 | 111001 | 10001010 | 0 | 1000011 | 10101 | 11111 | 100111111 | 110011 | 101101 |
Color Harmonies of #AF398A
Complementary color
Monochromatic Colors of #AF398A
Black with #AF398A
Text Example
Text Example
White with #AF398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF398A; }
p { color: rgb(175,57,138); }
H1.HeaderClassName
{
color: #AF398A;
}
.AnyTagClassName
{
color: #AF398A;
}
</style>
background-color css
<style>
a { background-color: #AF398A; }
a { background-color: rgb(175,57,138); }
div.DivClassName
{
background-color: #AF398A;
}
.BgClassName
{
background-color: #AF398A;
}
</style>
border-color css
<style>
span { border-color: #AF398A; }
span { border-color: rgb(175,57,138); }
td.TdClassName
{
border-color: #AF398A;
}
.TagClassName
{
border-color: #AF398A;
}
</style>