Shades of Medium Violet Red #AF118F
Tints of Medium Violet Red #AF118F
RGB
CMYK
RGB Variations
Color information
#AF118F (or 0xAF118F) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8F. RGB value is (175,17,143). Sum of RGB (Red+Green+Blue) = 175+17+143=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118F is #50EE70. Grayscale: #4E4E4E. Windows color (decimal): -5303921 or 9376175. OLE color: 9376175.
HSL color Cylindrical-coordinate representation of color #AF118F: hue angle of 312.15º 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 #AF118F is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 143 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.31 |
| HSL | 312.15º | 0.82% | 0.38% | - |
| HSV(B) | 312.15º | 0.9% | 0.69% | - |
| XYZ | 22.84 | 11.5 | 27 | - |
| YUV | 78.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 143 | 0 | 0.90 | 0.18 | 0.31 | 312.15 | 0.82 | 0.38 |
| Hex | AF | 11 | 8F | 0 | 5A | 12 | 1F | 138 | 52 | 26 |
| Octal | 257 | 21 | 217 | 0 | 132 | 22 | 37 | 470 | 122 | 46 |
| Binary | 10101111 | 10001 | 10001111 | 0 | 1011010 | 10010 | 11111 | 100111000 | 1010010 | 100110 |
Color Harmonies of #AF118F
Complementary color
Monochromatic Colors of #AF118F
Black with #AF118F
Text Example
Text Example
White with #AF118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF118F; }
p { color: rgb(175,17,143); }
H1.HeaderClassName
{
color: #AF118F;
}
.AnyTagClassName
{
color: #AF118F;
}
</style>
background-color css
<style>
a { background-color: #AF118F; }
a { background-color: rgb(175,17,143); }
div.DivClassName
{
background-color: #AF118F;
}
.BgClassName
{
background-color: #AF118F;
}
</style>
border-color css
<style>
span { border-color: #AF118F; }
span { border-color: rgb(175,17,143); }
td.TdClassName
{
border-color: #AF118F;
}
.TagClassName
{
border-color: #AF118F;
}
</style>