Shades of Medium Violet Red #AF117E
Tints of Medium Violet Red #AF117E
RGB
CMYK
RGB Variations
Color information
#AF117E (or 0xAF117E) is known color: Medium Violet Red. HEX triplet: AF, 11 and 7E. RGB value is (175,17,126). Sum of RGB (Red+Green+Blue) = 175+17+126=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF117E is #50EE81. Grayscale: #4C4C4C. Windows color (decimal): -5303938 or 8262063. OLE color: 8262063.
HSL color Cylindrical-coordinate representation of color #AF117E: hue angle of 318.61º 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 #AF117E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 126 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.31 |
| HSL | 318.61º | 0.82% | 0.38% | - |
| HSV(B) | 318.61º | 0.9% | 0.69% | - |
| XYZ | 21.65 | 11.02 | 20.73 | - |
| YUV | 76.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 126 | 0 | 0.90 | 0.28 | 0.31 | 318.61 | 0.82 | 0.38 |
| Hex | AF | 11 | 7E | 0 | 5A | 1C | 1F | 13F | 52 | 26 |
| Octal | 257 | 21 | 176 | 0 | 132 | 34 | 37 | 477 | 122 | 46 |
| Binary | 10101111 | 10001 | 1111110 | 0 | 1011010 | 11100 | 11111 | 100111111 | 1010010 | 100110 |
Color Harmonies of #AF117E
Complementary color
Monochromatic Colors of #AF117E
Black with #AF117E
Text Example
Text Example
White with #AF117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF117E; }
p { color: rgb(175,17,126); }
H1.HeaderClassName
{
color: #AF117E;
}
.AnyTagClassName
{
color: #AF117E;
}
</style>
background-color css
<style>
a { background-color: #AF117E; }
a { background-color: rgb(175,17,126); }
div.DivClassName
{
background-color: #AF117E;
}
.BgClassName
{
background-color: #AF117E;
}
</style>
border-color css
<style>
span { border-color: #AF117E; }
span { border-color: rgb(175,17,126); }
td.TdClassName
{
border-color: #AF117E;
}
.TagClassName
{
border-color: #AF117E;
}
</style>