Shades of Medium Violet Red #AF117A
Tints of Medium Violet Red #AF117A
RGB
CMYK
RGB Variations
Color information
#AF117A (or 0xAF117A) is known color: Medium Violet Red. HEX triplet: AF, 11 and 7A. RGB value is (175,17,122). Sum of RGB (Red+Green+Blue) = 175+17+122=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF117A is #50EE85. Grayscale: #4B4B4B. Windows color (decimal): -5303942 or 7999919. OLE color: 7999919.
HSL color Cylindrical-coordinate representation of color #AF117A: hue angle of 320.13º 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 #AF117A is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 122 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.31 |
| HSL | 320.13º | 0.82% | 0.38% | - |
| HSV(B) | 320.13º | 0.9% | 0.69% | - |
| XYZ | 21.39 | 10.92 | 19.39 | - |
| YUV | 76.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 122 | 0 | 0.90 | 0.30 | 0.31 | 320.13 | 0.82 | 0.38 |
| Hex | AF | 11 | 7A | 0 | 5A | 1E | 1F | 140 | 52 | 26 |
| Octal | 257 | 21 | 172 | 0 | 132 | 36 | 37 | 500 | 122 | 46 |
| Binary | 10101111 | 10001 | 1111010 | 0 | 1011010 | 11110 | 11111 | 101000000 | 1010010 | 100110 |
Color Harmonies of #AF117A
Complementary color
Monochromatic Colors of #AF117A
Black with #AF117A
Text Example
Text Example
White with #AF117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF117A; }
p { color: rgb(175,17,122); }
H1.HeaderClassName
{
color: #AF117A;
}
.AnyTagClassName
{
color: #AF117A;
}
</style>
background-color css
<style>
a { background-color: #AF117A; }
a { background-color: rgb(175,17,122); }
div.DivClassName
{
background-color: #AF117A;
}
.BgClassName
{
background-color: #AF117A;
}
</style>
border-color css
<style>
span { border-color: #AF117A; }
span { border-color: rgb(175,17,122); }
td.TdClassName
{
border-color: #AF117A;
}
.TagClassName
{
border-color: #AF117A;
}
</style>