Shades of Medium Red Violet #AF397F
Tints of Medium Red Violet #AF397F
RGB
CMYK
RGB Variations
Color information
#AF397F (or 0xAF397F) is known color: Medium Red Violet. HEX triplet: AF, 39 and 7F. RGB value is (175,57,127). Sum of RGB (Red+Green+Blue) = 175+57+127=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397F is #50C680. Grayscale: #646464. Windows color (decimal): -5293697 or 8337839. OLE color: 8337839.
HSL color Cylindrical-coordinate representation of color #AF397F: hue angle of 324.41º 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 #AF397F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 127 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.31 |
| HSL | 324.41º | 0.51% | 0.45% | - |
| HSV(B) | 324.41º | 0.67% | 0.69% | - |
| XYZ | 22.97 | 13.57 | 21.49 | - |
| YUV | 100.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 127 | 0 | 0.67 | 0.27 | 0.31 | 324.41 | 0.51 | 0.45 |
| Hex | AF | 39 | 7F | 0 | 43 | 1B | 1F | 144 | 33 | 2D |
| Octal | 257 | 71 | 177 | 0 | 103 | 33 | 37 | 504 | 63 | 55 |
| Binary | 10101111 | 111001 | 1111111 | 0 | 1000011 | 11011 | 11111 | 101000100 | 110011 | 101101 |
Color Harmonies of #AF397F
Complementary color
Monochromatic Colors of #AF397F
Black with #AF397F
Text Example
Text Example
White with #AF397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF397F; }
p { color: rgb(175,57,127); }
H1.HeaderClassName
{
color: #AF397F;
}
.AnyTagClassName
{
color: #AF397F;
}
</style>
background-color css
<style>
a { background-color: #AF397F; }
a { background-color: rgb(175,57,127); }
div.DivClassName
{
background-color: #AF397F;
}
.BgClassName
{
background-color: #AF397F;
}
</style>
border-color css
<style>
span { border-color: #AF397F; }
span { border-color: rgb(175,57,127); }
td.TdClassName
{
border-color: #AF397F;
}
.TagClassName
{
border-color: #AF397F;
}
</style>