Shades of Medium Violet Red #AF138D
Tints of Medium Violet Red #AF138D
RGB
CMYK
RGB Variations
Color information
#AF138D (or 0xAF138D) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8D. RGB value is (175,19,141). Sum of RGB (Red+Green+Blue) = 175+19+141=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138D is #50EC72. Grayscale: #4F4F4F. Windows color (decimal): -5303411 or 9245615. OLE color: 9245615.
HSL color Cylindrical-coordinate representation of color #AF138D: hue angle of 313.08º 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 #AF138D is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 141 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.31 |
| HSL | 313.08º | 0.8% | 0.38% | - |
| HSV(B) | 313.08º | 0.89% | 0.69% | - |
| XYZ | 22.72 | 11.5 | 26.22 | - |
| YUV | 79.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 141 | 0 | 0.89 | 0.19 | 0.31 | 313.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 8D | 0 | 59 | 13 | 1F | 139 | 50 | 26 |
| Octal | 257 | 23 | 215 | 0 | 131 | 23 | 37 | 471 | 120 | 46 |
| Binary | 10101111 | 10011 | 10001101 | 0 | 1011001 | 10011 | 11111 | 100111001 | 1010000 | 100110 |
Color Harmonies of #AF138D
Complementary color
Monochromatic Colors of #AF138D
Black with #AF138D
Text Example
Text Example
White with #AF138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF138D; }
p { color: rgb(175,19,141); }
H1.HeaderClassName
{
color: #AF138D;
}
.AnyTagClassName
{
color: #AF138D;
}
</style>
background-color css
<style>
a { background-color: #AF138D; }
a { background-color: rgb(175,19,141); }
div.DivClassName
{
background-color: #AF138D;
}
.BgClassName
{
background-color: #AF138D;
}
</style>
border-color css
<style>
span { border-color: #AF138D; }
span { border-color: rgb(175,19,141); }
td.TdClassName
{
border-color: #AF138D;
}
.TagClassName
{
border-color: #AF138D;
}
</style>