Shades of Medium Violet Red #AF1179
Tints of Medium Violet Red #AF1179
RGB
CMYK
RGB Variations
Color information
#AF1179 (or 0xAF1179) is known color: Medium Violet Red. HEX triplet: AF, 11 and 79. RGB value is (175,17,121). Sum of RGB (Red+Green+Blue) = 175+17+121=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1179 is #50EE86. Grayscale: #4B4B4B. Windows color (decimal): -5303943 or 7934383. OLE color: 7934383.
HSL color Cylindrical-coordinate representation of color #AF1179: hue angle of 320.51º 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 #AF1179 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 121 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.31 |
| HSL | 320.51º | 0.82% | 0.38% | - |
| HSV(B) | 320.51º | 0.9% | 0.69% | - |
| XYZ | 21.33 | 10.9 | 19.07 | - |
| YUV | 76.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 121 | 0 | 0.90 | 0.31 | 0.31 | 320.51 | 0.82 | 0.38 |
| Hex | AF | 11 | 79 | 0 | 5A | 1F | 1F | 141 | 52 | 26 |
| Octal | 257 | 21 | 171 | 0 | 132 | 37 | 37 | 501 | 122 | 46 |
| Binary | 10101111 | 10001 | 1111001 | 0 | 1011010 | 11111 | 11111 | 101000001 | 1010010 | 100110 |
Color Harmonies of #AF1179
Complementary color
Monochromatic Colors of #AF1179
Black with #AF1179
Text Example
Text Example
White with #AF1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1179; }
p { color: rgb(175,17,121); }
H1.HeaderClassName
{
color: #AF1179;
}
.AnyTagClassName
{
color: #AF1179;
}
</style>
background-color css
<style>
a { background-color: #AF1179; }
a { background-color: rgb(175,17,121); }
div.DivClassName
{
background-color: #AF1179;
}
.BgClassName
{
background-color: #AF1179;
}
</style>
border-color css
<style>
span { border-color: #AF1179; }
span { border-color: rgb(175,17,121); }
td.TdClassName
{
border-color: #AF1179;
}
.TagClassName
{
border-color: #AF1179;
}
</style>