Shades of Medium Violet Red #AF1177
Tints of Medium Violet Red #AF1177
RGB
CMYK
RGB Variations
Color information
#AF1177 (or 0xAF1177) is known color: Medium Violet Red. HEX triplet: AF, 11 and 77. RGB value is (175,17,119). Sum of RGB (Red+Green+Blue) = 175+17+119=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1177 is #50EE88. Grayscale: #4B4B4B. Windows color (decimal): -5303945 or 7803311. OLE color: 7803311.
HSL color Cylindrical-coordinate representation of color #AF1177: hue angle of 321.27º 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 #AF1177 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 119 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.31 |
| HSL | 321.27º | 0.82% | 0.38% | - |
| HSV(B) | 321.27º | 0.9% | 0.69% | - |
| XYZ | 21.21 | 10.85 | 18.43 | - |
| YUV | 75.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 119 | 0 | 0.90 | 0.32 | 0.31 | 321.27 | 0.82 | 0.38 |
| Hex | AF | 11 | 77 | 0 | 5A | 20 | 1F | 141 | 52 | 26 |
| Octal | 257 | 21 | 167 | 0 | 132 | 40 | 37 | 501 | 122 | 46 |
| Binary | 10101111 | 10001 | 1110111 | 0 | 1011010 | 100000 | 11111 | 101000001 | 1010010 | 100110 |
Color Harmonies of #AF1177
Complementary color
Monochromatic Colors of #AF1177
Black with #AF1177
Text Example
Text Example
White with #AF1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1177; }
p { color: rgb(175,17,119); }
H1.HeaderClassName
{
color: #AF1177;
}
.AnyTagClassName
{
color: #AF1177;
}
</style>
background-color css
<style>
a { background-color: #AF1177; }
a { background-color: rgb(175,17,119); }
div.DivClassName
{
background-color: #AF1177;
}
.BgClassName
{
background-color: #AF1177;
}
</style>
border-color css
<style>
span { border-color: #AF1177; }
span { border-color: rgb(175,17,119); }
td.TdClassName
{
border-color: #AF1177;
}
.TagClassName
{
border-color: #AF1177;
}
</style>