Shades of Medium Violet Red #AF137E
Tints of Medium Violet Red #AF137E
RGB
CMYK
RGB Variations
Color information
#AF137E (or 0xAF137E) is known color: Medium Violet Red. HEX triplet: AF, 13 and 7E. RGB value is (175,19,126). Sum of RGB (Red+Green+Blue) = 175+19+126=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF137E is #50EC81. Grayscale: #4D4D4D. Windows color (decimal): -5303426 or 8262575. OLE color: 8262575.
HSL color Cylindrical-coordinate representation of color #AF137E: hue angle of 318.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF137E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 126 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.31 |
| HSL | 318.85º | 0.8% | 0.38% | - |
| HSV(B) | 318.85º | 0.89% | 0.69% | - |
| XYZ | 21.68 | 11.09 | 20.74 | - |
| YUV | 77.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 126 | 0 | 0.89 | 0.28 | 0.31 | 318.85 | 0.8 | 0.38 |
| Hex | AF | 13 | 7E | 0 | 59 | 1C | 1F | 13F | 50 | 26 |
| Octal | 257 | 23 | 176 | 0 | 131 | 34 | 37 | 477 | 120 | 46 |
| Binary | 10101111 | 10011 | 1111110 | 0 | 1011001 | 11100 | 11111 | 100111111 | 1010000 | 100110 |
Color Harmonies of #AF137E
Complementary color
Monochromatic Colors of #AF137E
Black with #AF137E
Text Example
Text Example
White with #AF137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF137E; }
p { color: rgb(175,19,126); }
H1.HeaderClassName
{
color: #AF137E;
}
.AnyTagClassName
{
color: #AF137E;
}
</style>
background-color css
<style>
a { background-color: #AF137E; }
a { background-color: rgb(175,19,126); }
div.DivClassName
{
background-color: #AF137E;
}
.BgClassName
{
background-color: #AF137E;
}
</style>
border-color css
<style>
span { border-color: #AF137E; }
span { border-color: rgb(175,19,126); }
td.TdClassName
{
border-color: #AF137E;
}
.TagClassName
{
border-color: #AF137E;
}
</style>