Shades of Medium Red Violet #AF397D
Tints of Medium Red Violet #AF397D
RGB
CMYK
RGB Variations
Color information
#AF397D (or 0xAF397D) is known color: Medium Red Violet. HEX triplet: AF, 39 and 7D. RGB value is (175,57,125). Sum of RGB (Red+Green+Blue) = 175+57+125=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397D is #50C682. Grayscale: #636363. Windows color (decimal): -5293699 or 8206767. OLE color: 8206767.
HSL color Cylindrical-coordinate representation of color #AF397D: hue angle of 325.42º 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 #AF397D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 125 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.31 |
| HSL | 325.42º | 0.51% | 0.45% | - |
| HSV(B) | 325.42º | 0.67% | 0.69% | - |
| XYZ | 22.84 | 13.52 | 20.81 | - |
| YUV | 100.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 125 | 0 | 0.67 | 0.29 | 0.31 | 325.42 | 0.51 | 0.45 |
| Hex | AF | 39 | 7D | 0 | 43 | 1D | 1F | 145 | 33 | 2D |
| Octal | 257 | 71 | 175 | 0 | 103 | 35 | 37 | 505 | 63 | 55 |
| Binary | 10101111 | 111001 | 1111101 | 0 | 1000011 | 11101 | 11111 | 101000101 | 110011 | 101101 |
Color Harmonies of #AF397D
Complementary color
Monochromatic Colors of #AF397D
Black with #AF397D
Text Example
Text Example
White with #AF397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF397D; }
p { color: rgb(175,57,125); }
H1.HeaderClassName
{
color: #AF397D;
}
.AnyTagClassName
{
color: #AF397D;
}
</style>
background-color css
<style>
a { background-color: #AF397D; }
a { background-color: rgb(175,57,125); }
div.DivClassName
{
background-color: #AF397D;
}
.BgClassName
{
background-color: #AF397D;
}
</style>
border-color css
<style>
span { border-color: #AF397D; }
span { border-color: rgb(175,57,125); }
td.TdClassName
{
border-color: #AF397D;
}
.TagClassName
{
border-color: #AF397D;
}
</style>