Shades of Medium Violet Red #AF118D
Tints of Medium Violet Red #AF118D
RGB
CMYK
RGB Variations
Color information
#AF118D (or 0xAF118D) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8D. RGB value is (175,17,141). Sum of RGB (Red+Green+Blue) = 175+17+141=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118D is #50EE72. Grayscale: #4E4E4E. Windows color (decimal): -5303923 or 9245103. OLE color: 9245103.
HSL color Cylindrical-coordinate representation of color #AF118D: hue angle of 312.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF118D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 141 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.31 |
| HSL | 312.91º | 0.82% | 0.38% | - |
| HSV(B) | 312.91º | 0.9% | 0.69% | - |
| XYZ | 22.69 | 11.44 | 26.21 | - |
| YUV | 78.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 141 | 0 | 0.90 | 0.19 | 0.31 | 312.91 | 0.82 | 0.38 |
| Hex | AF | 11 | 8D | 0 | 5A | 13 | 1F | 139 | 52 | 26 |
| Octal | 257 | 21 | 215 | 0 | 132 | 23 | 37 | 471 | 122 | 46 |
| Binary | 10101111 | 10001 | 10001101 | 0 | 1011010 | 10011 | 11111 | 100111001 | 1010010 | 100110 |
Color Harmonies of #AF118D
Complementary color
Monochromatic Colors of #AF118D
Black with #AF118D
Text Example
Text Example
White with #AF118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF118D; }
p { color: rgb(175,17,141); }
H1.HeaderClassName
{
color: #AF118D;
}
.AnyTagClassName
{
color: #AF118D;
}
</style>
background-color css
<style>
a { background-color: #AF118D; }
a { background-color: rgb(175,17,141); }
div.DivClassName
{
background-color: #AF118D;
}
.BgClassName
{
background-color: #AF118D;
}
</style>
border-color css
<style>
span { border-color: #AF118D; }
span { border-color: rgb(175,17,141); }
td.TdClassName
{
border-color: #AF118D;
}
.TagClassName
{
border-color: #AF118D;
}
</style>